hydrus: 591 -> 595

Diff: https://github.com/hydrusnetwork/hydrus/compare/refs/tags/v591...v595
This commit is contained in:
Doron Behar 2024-10-30 18:45:33 +02:00
parent 0e3338f16f
commit 6f9d95f616

View File

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