Merge pull request #308762 from r-ryantm/auto-update/hydrus

hydrus: 572 -> 578
This commit is contained in:
h7x4 2024-06-12 21:29:00 +02:00 committed by GitHub
commit 3ac9c7a0b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,14 +14,14 @@
python3Packages.buildPythonPackage rec {
pname = "hydrus";
version = "572";
version = "578";
format = "other";
src = fetchFromGitHub {
owner = "hydrusnetwork";
repo = "hydrus";
rev = "refs/tags/v${version}";
hash = "sha256-mLb4rUsoMDxl7lPrrRJq/bWSqZlgg94efHJzgykZJ/g=";
hash = "sha256-u2SXhL57iNVjRFqerzc/TByB9ArAJx81mxOjTBVBMkg=";
};
nativeBuildInputs = [