summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2021-12-30 09:40:12 +0100
committerGitHub <noreply@github.com>2021-12-30 09:40:12 +0100
commit44e52af5c67e0e1f175db8d50fdcdd71d0778223 (patch)
treef526653566b3bf87165c96422c95b561e7f407d7
parent9b70ba63ea6f4b1a7f8325d6d13009f1bf041b28 (diff)
parentca3d13b662b16e8bb93ba9ff1552ae2d1dbbbf64 (diff)
Merge pull request #152529 from mweinelt/snallygaster
snallygaster: 0.0.10 -> 0.0.11
-rw-r--r--pkgs/tools/security/snallygaster/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/snallygaster/default.nix b/pkgs/tools/security/snallygaster/default.nix
index e77743d86480..31619ea7f543 100644
--- a/pkgs/tools/security/snallygaster/default.nix
+++ b/pkgs/tools/security/snallygaster/default.nix
@@ -5,13 +5,13 @@
python3Packages.buildPythonApplication rec {
pname = "snallygaster";
- version = "0.0.10";
+ version = "0.0.11";
src = fetchFromGitHub {
owner = "hannob";
repo = pname;
rev = "v${version}";
- sha256 = "1xd483sl94zhs7yhc52s0zrn3pj7vf5izggp4ap1d2j0lbwwcyka";
+ sha256 = "sha256-xUWnu+T6+5Ro6TrmtFD/Qd40FffY5rfuAvWzNkBhTME=";
};
propagatedBuildInputs = with python3Packages; [