hydrus: 505b -> 507

This commit is contained in:
Daniel Olsen 2022-11-24 12:58:01 +01:00
parent 87e5f35523
commit c31a31f169

View file

@ -10,14 +10,14 @@
python3Packages.buildPythonPackage rec {
pname = "hydrus";
version = "505b";
version = "507";
format = "other";
src = fetchFromGitHub {
owner = "hydrusnetwork";
repo = "hydrus";
rev = "refs/tags/v${version}";
hash = "sha256-mnZ5dz8E3wtuXtGgoCKE2YkwrCiLNPaTROCqaiRGFNY=";
hash = "sha256-0WFvW9euafDMnS3vwUSMmJcaaAXIIgQZ4H/VdqCao+E=";
};
nativeBuildInputs = [