diff options
| author | Daniel Olsen <daniel.olsen99@gmail.com> | 2022-01-07 00:56:51 +0100 |
|---|---|---|
| committer | Daniel Olsen <daniel.olsen99@gmail.com> | 2022-01-13 00:36:11 +0100 |
| commit | 0e5389c1f8449d1a1cba9fab479f4452fdb32bbe (patch) | |
| tree | e08348cfc0c26290d755aca9c40f5b3770a6908a | |
| parent | Merge pull request #153864 from iand675/honeycomb-tools (diff) | |
| download | nixpkgs-0e5389c1f8449d1a1cba9fab479f4452fdb32bbe.tar.gz | |
hydrus: 467 -> 468
| -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 0e202a92d23b..a1294e755b79 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 = "467"; + version = "468"; format = "other"; src = fetchFromGitHub { owner = "hydrusnetwork"; repo = "hydrus"; rev = "v${version}"; - sha256 = "sha256-ijIOCabpnaK9ww1cR+HNpCOn8uSwSEuyLWwnT2ypdD4="; + sha256 = "sha256-3G5Lxzt1zy51o5ugx14mKR+HXrk5pt0IwmO77Guqexk="; }; nativeBuildInputs = [ |
