hydrus: 581 -> 588

This commit is contained in:
R. Ryantm 2024-08-30 12:43:52 +00:00
parent 5d6ccc905e
commit 87971766e5

View File

@ -15,14 +15,14 @@
python3Packages.buildPythonPackage rec {
pname = "hydrus";
version = "581";
version = "588";
format = "other";
src = fetchFromGitHub {
owner = "hydrusnetwork";
repo = "hydrus";
rev = "refs/tags/v${version}";
hash = "sha256-Q/EdqwIMCjeDtFAPlYd04NMpEgC6xUDGK5LwxDCiI9Y=";
hash = "sha256-0uRoOgpz3FSDedzx728jAPhrCAReVygkb5tZTTUxNEY=";
};
nativeBuildInputs = [