sherlock: unstable-2024-05-12 -> 0-unstable-2024-05-15

This commit is contained in:
R. Ryantm 2024-05-19 01:24:16 +00:00
parent 60cc8055eb
commit 5f8a448aa7

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