Fabian Affolter
2026-02-03 22:54:01 +01:00
parent 53a1673576
commit caf338e76b
+2 -2
View File
@@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "responder";
version = "3.2.1.0";
version = "3.2.2.0";
pyproject = false;
src = fetchFromGitHub {
owner = "lgandx";
repo = "Responder";
tag = "v${finalAttrs.version}";
hash = "sha256-ajVG4ZUw1GB4dgOztnOfZJ+9wpsrupZuHh8FLRZVZ24=";
hash = "sha256-vzn+7w7RgAsCt1pOz53cvBE1F1U+NFE4c1MehwLoFeQ=";
};
nativeBuildInputs = [