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-03-08 12:28:29 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-03-08 12:28:29 +0000
commit1b9add6f695cfcbeb3b25d0a5d962a0ea003bacf (patch)
tree1e8849ee45d65e8cac134c577aca85899285f806 /pkgs/tools/security/maigret
parentf22969e855ddb6e4b29d15962912e1aaa7a63bdf (diff)
maigret: 0.4.1 -> 0.4.2
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 316fbad81ba25..6de0db971a47f 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.1";
+  version = "0.4.2";
 
   src = fetchFromGitHub {
     owner = "soxoj";
     repo = pname;
     rev = "v${version}";
-    sha256 = "0igfxg238awdn1ly8s3r655yi3gpxink7g2hr6xb0c1nrm7z0kad";
+    sha256 = "sha256-XML7sb/dhMX9i8GzOezanVTFha73v2m1OVOYvSOelNQ=";
   };
 
   propagatedBuildInputs = with python3.pkgs; [