summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Olsen <daniel.olsen99@gmail.com>2022-01-07 00:56:51 +0100
committerDaniel Olsen <daniel.olsen99@gmail.com>2022-01-13 00:36:11 +0100
commit0e5389c1f8449d1a1cba9fab479f4452fdb32bbe (patch)
treee08348cfc0c26290d755aca9c40f5b3770a6908a
parentMerge pull request #153864 from iand675/honeycomb-tools (diff)
downloadnixpkgs-0e5389c1f8449d1a1cba9fab479f4452fdb32bbe.tar.gz
hydrus: 467 -> 468
-rw-r--r--pkgs/applications/graphics/hydrus/default.nix4
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 = [