about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorDaniel Olsen <daniel.olsen99@gmail.com>2021-12-23 00:50:41 +0100
committerDaniel Olsen <daniel.olsen99@gmail.com>2021-12-23 00:50:41 +0100
commitd41201d708f38c0e15d2bff7cd2f36e4c0744bf1 (patch)
treeb1856ce75012d2058e6f3c5d2c0e039656957685 /pkgs/applications/graphics
parentf403d1f7913da888ace330636315a766cf6ac5dc (diff)
hydrus: 466 -> 467
Diffstat (limited to 'pkgs/applications/graphics')
-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 79540466e291a..0e202a92d23b5 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 = [