responder: 3.2.0.0 -> 3.2.1.0

This commit is contained in:
R. Ryantm
2026-01-26 08:58:24 +00:00
parent ce58c68ee3
commit 56539450fa
+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 = [