hydrus: 513 -> 514

This commit is contained in:
Daniel Olsen 2023-01-26 07:40:40 +01:00
parent f68e795cd5
commit e74c9e5466

View file

@ -12,14 +12,14 @@
python3Packages.buildPythonPackage rec {
pname = "hydrus";
version = "513";
version = "514";
format = "other";
src = fetchFromGitHub {
owner = "hydrusnetwork";
repo = "hydrus";
rev = "refs/tags/v${version}";
hash = "sha256-SY+IjK05DLThU2nNJ6Hp6DjmAFEjguxbYcxkWpmHi7w=";
hash = "sha256-7Ialm8+yHz51+E8td0xwhcq+woF8uxroa9QUHg3HALc=";
};
nativeBuildInputs = [