diff options
| author | Bobby Rong <rjl931189261@126.com> | 2021-12-23 12:54:28 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-23 12:54:28 +0800 |
| commit | bf57de8a8eb6566d3c2ab4fc447ac7d6a3468507 (patch) | |
| tree | d7a1d01655028af29bd44d2985e0239eb26374c4 | |
| parent | Merge pull request #151854 from NixOS/backport-149407-to-release-21.11 (diff) | |
| parent | hydrus: 466 -> 467 (diff) | |
| download | nixpkgs-bf57de8a8eb6566d3c2ab4fc447ac7d6a3468507.tar.gz | |
Merge pull request #151859 from NixOS/backport-151852-to-release-21.11
[Backport release-21.11] hydrus: 466 -> 467
| -rw-r--r-- | pkgs/applications/graphics/hydrus/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/hydrus/default.nix b/pkgs/applications/graphics/hydrus/default.nix index 79540466e291..0e202a92d23b 100644 --- a/pkgs/applications/graphics/hydrus/default.nix +++ b/pkgs/applications/graphics/hydrus/default.nix @@ -10,14 +10,14 @@ python3Packages.buildPythonPackage rec { pname = "hydrus"; - version = "466"; + version = "467"; format = "other"; src = fetchFromGitHub { owner = "hydrusnetwork"; repo = "hydrus"; rev = "v${version}"; - sha256 = "sha256-ih2BctOC9cuTYP8A9ikhGBqNP0SToSAkqmZhtBvgpIo="; + sha256 = "sha256-ijIOCabpnaK9ww1cR+HNpCOn8uSwSEuyLWwnT2ypdD4="; }; nativeBuildInputs = [ |
