about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-05-19 11:08:10 -0400
committerGitHub <noreply@github.com>2024-05-19 11:08:10 -0400
commit7152a263d87cf8ecce996da151678fb5beab665a (patch)
tree8a4dc2240d4fd683d0370e77b535a7038349e32d /pkgs/tools
parent830300b5d08d31f167cb665f531b0bfd15221b5b (diff)
parent5f8a448aa7ac38904b08acec9af9aeb1f5d61eb6 (diff)
Merge pull request #312775 from r-ryantm/auto-update/sherlock
sherlock: unstable-2024-05-12 -> 0-unstable-2024-05-15
Diffstat (limited to 'pkgs/tools')
-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 aaae216f1f27f..2a475e13d3d5f 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 = "unstable-2024-05-12";
+  version = "0-unstable-2024-05-15";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "sherlock-project";
     repo = "sherlock";
-    rev = "3e978d774b428dce6eed7afbb6606444e7a74924";
-    hash = "sha256-wa32CSQ9+/PJPep84Tqtzmr6EjD1Bb3guZe5pTOZVnA=";
+    rev = "0ecb496ae91bc36476e3e6800aa3928c5dcd82f8";
+    hash = "sha256-CikQaQsiwKz0yEk3rA6hi570LIobEaxxgQ5I/B6OxWk=";
   };
 
   nativeBuildInputs = [ makeWrapper ];