hydrus: 510 -> 510a

This commit is contained in:
Daniel Olsen 2022-12-20 01:41:32 +01:00
parent b0e228f88d
commit c29a4f91d8

View file

@ -12,14 +12,14 @@
python3Packages.buildPythonPackage rec {
pname = "hydrus";
version = "510";
version = "510a";
format = "other";
src = fetchFromGitHub {
owner = "hydrusnetwork";
repo = "hydrus";
rev = "refs/tags/v${version}";
hash = "sha256-g5bVsc0c9CqIHzIW6oFjmp8bvZ5b9Ng55cAo3sjzw3k=";
hash = "sha256-nOxOeuIVGkqnfkGe/SFQEhEk6VJ392VqdC9gH/9Ff3Q=";
};
nativeBuildInputs = [