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

hydrus: 484 -> 487
This commit is contained in:
Bobby Rong 2022-06-03 19:02:07 +08:00 committed by GitHub
commit 446c101b03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,14 +10,14 @@
python3Packages.buildPythonPackage rec {
pname = "hydrus";
version = "484";
version = "487";
format = "other";
src = fetchFromGitHub {
owner = "hydrusnetwork";
repo = "hydrus";
rev = "refs/tags/v${version}";
sha256 = "sha256-W0oWETj0xnuS2XAORRb5sb39gbpvyE+cHqgIU+grolQ=";
sha256 = "sha256-4FYUIEk8KJO4nqONNpLUtxAMud3vdfl50zbKQxC5Hw4=";
};
nativeBuildInputs = [