Merge pull request #312775 from r-ryantm/auto-update/sherlock

sherlock: unstable-2024-05-12 -> 0-unstable-2024-05-15
This commit is contained in:
Nick Cao 2024-05-19 11:08:10 -04:00 committed by GitHub
commit 7152a263d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];