Merge pull request #267897 from dali99/update_hydrus2

hydrus: 551 -> 552
This commit is contained in:
Peder Bergebakken Sundt 2023-11-17 20:40:51 +01:00 committed by GitHub
commit 32e2a7eec3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,14 +12,14 @@
python3Packages.buildPythonPackage rec {
pname = "hydrus";
version = "551";
version = "552";
format = "other";
src = fetchFromGitHub {
owner = "hydrusnetwork";
repo = "hydrus";
rev = "refs/tags/v${version}";
hash = "sha256-P/U44ndfucbRnwGLdSnnA0VE4K40zPz3wtNpQj8rh5Q=";
hash = "sha256-MaS9WxYlbQ7V/2mrETKS0UyWb5IzCrSwDcp4UlVS3zk=";
};
nativeBuildInputs = [