keepwn: 0.3 -> 0.4

This commit is contained in:
R. Ryantm 2024-04-19 20:20:32 +00:00
parent 716b484fae
commit c03eb76ae1

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "keepwn"; pname = "keepwn";
version = "0.3"; version = "0.4";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Orange-Cyberdefense"; owner = "Orange-Cyberdefense";
repo = "KeePwn"; repo = "KeePwn";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-haKWuoTtyC9vIise+gznruHEwMIDz1W6euihLLKnSdc="; hash = "sha256-AkqBC65XrMt4V5KgzLepnQoqpdvbrtWLY3DmVuy8Zck=";
}; };
nativeBuildInputs = with python3.pkgs; [ nativeBuildInputs = with python3.pkgs; [