diff options
| author | Thiago Kenji Okada <thiagokokada@gmail.com> | 2021-12-02 10:45:56 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-02 10:45:56 -0300 |
| commit | 83992d613729fe89c1192f17c57b47f07b5fe078 (patch) | |
| tree | 89b697941c485071fa84c116624be205b342bf3e | |
| parent | Merge pull request #148269 from NixOS/backport-147395-to-release-21.11 (diff) | |
| parent | hydrus: 463 -> 464 (diff) | |
| download | nixpkgs-83992d613729fe89c1192f17c57b47f07b5fe078.tar.gz | |
Merge pull request #148243 from NixOS/backport-148212-to-release-21.11
[Backport release-21.11] hydrus: 463 -> 464
| -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 787aace163b8..45b3c5563771 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 = "463"; + version = "464"; format = "other"; src = fetchFromGitHub { owner = "hydrusnetwork"; repo = "hydrus"; rev = "v${version}"; - sha256 = "sha256-GT5aIMskOVn4eAd4612YYA8uAQC8tuJzpEHNhc7pMuc="; + sha256 = "sha256-ZAndODbl6cH0H1rA3Bhn3AlfIuba0LjxWxusGPDYvlA="; }; nativeBuildInputs = [ |
