Merge pull request #167657 from dali99/update_hydrus2

hydrus: 479 -> 480
This commit is contained in:
Bobby Rong 2022-04-15 19:09:47 +08:00 committed by GitHub
commit 137c465510
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 = "479";
version = "480";
format = "other";
src = fetchFromGitHub {
owner = "hydrusnetwork";
repo = "hydrus";
rev = "v${version}";
sha256 = "sha256-hP+tOrtYfxAKmNCJSYWQzmd0hjxktNEjJqb42lPG9IM=";
sha256 = "sha256-TZQY9wFXJFJtMAw2N+mlfVymewL96rn0Lza9jnDOGNA=";
};
nativeBuildInputs = [