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-21 10:55:13 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-01-21 10:55:13 +0000
commitdbe0d13856f7cf389a8b72db9a448ce14e84edf0 (patch)
tree4971e35df7ea9fcfc7b9a37955963ca77f2162ce /pkgs/tools/security/maigret
parentb6c9ddd7f9891ed20ed90d0bd728be8962fcee13 (diff)
maigret: 0.4.0 -> 0.4.1
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 cf8a03e8123e8..316fbad81ba25 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.4.0";
+  version = "0.4.1";
 
   src = fetchFromGitHub {
     owner = "soxoj";
     repo = pname;
     rev = "v${version}";
-    sha256 = "1jvfi3d7b1x4x1h0hz193n541fa0qgp7lynd6j0w050cgg753hpz";
+    sha256 = "0igfxg238awdn1ly8s3r655yi3gpxink7g2hr6xb0c1nrm7z0kad";
   };
 
   propagatedBuildInputs = with python3.pkgs; [