responder: 3.2.0.0 -> 3.2.1.0 (#483915)

This commit is contained in:
Fabian Affolter
2026-01-26 09:17:55 +00:00
committed by GitHub
+2 -2
View File
@@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "responder";
version = "3.2.0.0";
version = "3.2.1.0";
pyproject = false;
src = fetchFromGitHub {
owner = "lgandx";
repo = "Responder";
tag = "v${finalAttrs.version}";
hash = "sha256-2E1V5rnIvshSYV7F1iMr/1yGdSGQRCUdEwsTzJvVhaw=";
hash = "sha256-ajVG4ZUw1GB4dgOztnOfZJ+9wpsrupZuHh8FLRZVZ24=";
};
nativeBuildInputs = [