Merge pull request #146471 from dali99/update_hydrus2

hydrus: 461 -> 462
This commit is contained in:
Bobby Rong 2021-11-19 18:21:13 +08:00 committed by GitHub
commit d44055cccc
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 = "461";
version = "462";
format = "other";
src = fetchFromGitHub {
owner = "hydrusnetwork";
repo = "hydrus";
rev = "v${version}";
sha256 = "sha256-fVqMSzQ4VhiRh6gDFApln1jioIDs80ceyV+ClNRhjKA=";
sha256 = "sha256-eHUztpnDs1kxaBlTO7BRbO3eH+On9m7aJtbNw2b9Ado=";
};
nativeBuildInputs = [