about summary refs log tree commit diff
path: root/pkgs/tools/security/maigret
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2022-01-13 13:29:36 -0800
committerGitHub <noreply@github.com>2022-01-13 22:29:36 +0100
commit40c7f692a461d79ed177d8d2dd22c463a326526c (patch)
tree0fce2a48b80b127cdbe29ebd3f2f8f46d5c5c4f8 /pkgs/tools/security/maigret
parentb4ac5539ea325cadce07b99c837d6cccbdddda3b (diff)
maigret: 0.3.1 -> 0.4.0
 (#153320)
Diffstat (limited to 'pkgs/tools/security/maigret')
-rw-r--r--pkgs/tools/security/maigret/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/maigret/default.nix b/pkgs/tools/security/maigret/default.nix
index 08ef82ff9d6ea..cf8a03e8123e8 100644
--- a/pkgs/tools/security/maigret/default.nix
+++ b/pkgs/tools/security/maigret/default.nix
@@ -5,13 +5,13 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "maigret";
-  version = "0.3.1";
+  version = "0.4.0";
 
   src = fetchFromGitHub {
     owner = "soxoj";
     repo = pname;
     rev = "v${version}";
-    sha256 = "cq7pATICVQa2yTx2uiP58OBTn4B6iCjIB6LMmpaQfx0=";
+    sha256 = "1jvfi3d7b1x4x1h0hz193n541fa0qgp7lynd6j0w050cgg753hpz";
   };
 
   propagatedBuildInputs = with python3.pkgs; [