about summary refs log tree commit diff
path: root/pkgs/applications/graphics/hydrus
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-05 19:07:43 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-05 19:07:43 +0000
commit35cd53e411c73554ef6eb5a86b0790a9a599de2e (patch)
tree49b322524f4a87a8d4e4906942aa7c937493cdd1 /pkgs/applications/graphics/hydrus
parent0cfd293af3249b214085553e0ef053141f32099a (diff)
hydrus: 559 -> 564
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 89e2d8c208172..9d9b22c1cb74f 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 = "559";
+  version = "564";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "hydrusnetwork";
     repo = "hydrus";
     rev = "refs/tags/v${version}";
-    hash = "sha256-+aYrqt1sifCe6/qS4kZyx0CLSHEoutFk6cyxmOXmN7Q=";
+    hash = "sha256-U2Z04bFrSJBCk6RwLcKr/x+Pia9V5UHjpUi8AzaCf9o=";
   };
 
   nativeBuildInputs = [