about summary refs log tree commit diff
path: root/pkgs/applications/graphics/hydrus
diff options
context:
space:
mode:
authorDaniel Olsen <daniel.olsen99@gmail.com>2023-01-05 21:09:03 +0100
committerDaniel Olsen <daniel.olsen99@gmail.com>2023-01-16 00:56:30 +0100
commitaa0b988d7b08d7c2037040a08ab7fc33593ca416 (patch)
tree82c9ce43dbc060e3af9b8c7d71d2620a66186fa2 /pkgs/applications/graphics/hydrus
parentef84d20b3199552c4bbac62f4cb71b9bfe5fc61c (diff)
hydrus: 511 -> 512
Diffstat (limited to 'pkgs/applications/graphics/hydrus')
-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 a85f0df32ff2e..cc923b5ca98d3 100644
--- a/pkgs/applications/graphics/hydrus/default.nix
+++ b/pkgs/applications/graphics/hydrus/default.nix
@@ -12,14 +12,14 @@
 
 python3Packages.buildPythonPackage rec {
   pname = "hydrus";
-  version = "511";
+  version = "512";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "hydrusnetwork";
     repo = "hydrus";
     rev = "refs/tags/v${version}";
-    hash = "sha256-/3bGh1qFBEzVoObLMn3g6jdqujnCBI8ZUQMTM0YeeLQ=";
+    hash = "sha256-XP9xeJLCwct5q1+3R5xlx4RXAwZe3TY/XkcSjhuK99U=";
   };
 
   nativeBuildInputs = [