3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #151852 from dali99/update_hydrus2

hydrus: 466 -> 467
This commit is contained in:
Bobby Rong 2021-12-23 12:38:22 +08:00 committed by GitHub
commit 81cbfc8f2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,14 +10,14 @@
python3Packages.buildPythonPackage rec { python3Packages.buildPythonPackage rec {
pname = "hydrus"; pname = "hydrus";
version = "466"; version = "467";
format = "other"; format = "other";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hydrusnetwork"; owner = "hydrusnetwork";
repo = "hydrus"; repo = "hydrus";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-ih2BctOC9cuTYP8A9ikhGBqNP0SToSAkqmZhtBvgpIo="; sha256 = "sha256-ijIOCabpnaK9ww1cR+HNpCOn8uSwSEuyLWwnT2ypdD4=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [