keepwn: 0.1 -> 0.3

This commit is contained in:
R. Ryantm
2024-01-19 03:22:34 +00:00
parent 31347dd86d
commit 04b74986cd
+2 -2
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "keepwn";
version = "0.1";
version = "0.3";
format = "setuptools";
src = fetchFromGitHub {
owner = "Orange-Cyberdefense";
repo = "KeePwn";
rev = "refs/tags/${version}";
hash = "sha256-s+r6QEUzkzCbs5j1G+PVgDx8cvnmQzEQ1MHAakG+skA=";
hash = "sha256-haKWuoTtyC9vIise+gznruHEwMIDz1W6euihLLKnSdc=";
};
propagatedBuildInputs = with python3.pkgs; [