hydrus: 578 -> 580

Diff: https://github.com/hydrusnetwork/hydrus/compare/refs/tags/v578...v579
This commit is contained in:
Daniel Olsen
2024-06-29 18:36:12 +02:00
parent 0aebf8fac8
commit c99f178ddb
@@ -14,14 +14,14 @@
python3Packages.buildPythonPackage rec {
pname = "hydrus";
version = "578";
version = "580";
format = "other";
src = fetchFromGitHub {
owner = "hydrusnetwork";
repo = "hydrus";
rev = "refs/tags/v${version}";
hash = "sha256-u2SXhL57iNVjRFqerzc/TByB9ArAJx81mxOjTBVBMkg=";
hash = "sha256-QdRItwbgVYgA6PU9Ybimk+/sBe1CHV79ssTrIturVpg=";
};
nativeBuildInputs = [