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

sherlock: 0-unstable-2024-05-29 -> 0-unstable-2024-06-04
This commit is contained in:
Weijia Wang 2024-06-08 22:41:37 +02:00 committed by GitHub
commit d190dfe0ca
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 = "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 ];