hydrus: 588 -> 591

This commit is contained in:
R. Ryantm 2024-09-28 05:21:44 +00:00
parent efabdd83aa
commit 33adf28a99

View File

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