about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-06-08 22:41:37 +0200
committerGitHub <noreply@github.com>2024-06-08 22:41:37 +0200
commitd190dfe0ca08f237c2a0f1ffd8bc1152e3594eb8 (patch)
tree50bde8d14e5b062df210ff80888c6a619f9840fd
parent3b15a5f60604a600fcc77c62e13b8bc9f7db35ef (diff)
parent255f4263f0c08be1be38b28f4d82246c37a7f9c5 (diff)
Merge pull request #317581 from r-ryantm/auto-update/sherlock
sherlock: 0-unstable-2024-05-29 -> 0-unstable-2024-06-04
-rw-r--r--pkgs/tools/security/sherlock/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/sherlock/default.nix b/pkgs/tools/security/sherlock/default.nix
index 21797990f5536..6ee08c3f3f58c 100644
--- a/pkgs/tools/security/sherlock/default.nix
+++ b/pkgs/tools/security/sherlock/default.nix
@@ -7,14 +7,14 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "sherlock";
-  version = "0-unstable-2024-05-29";
+  version = "0-unstable-2024-06-04";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "sherlock-project";
     repo = "sherlock";
-    rev = "d42dadfc45b0eb1f509587f2babe455a094da604";
-    hash = "sha256-SLQxqPHfPgu7WpyVSvm/sqJfPjPoevMJq/BWND2Pspk=";
+    rev = "ef124acf34e90626f4e59ab88bba1ed6141a4126";
+    hash = "sha256-haxUKdZuuJrSI4TH8jA1fT+4fhr6tlxnrEgWTuBuIC4=";
   };
 
   nativeBuildInputs = [ makeWrapper ];