about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-24 22:56:13 +0100
committerGitHub <noreply@github.com>2024-03-24 22:56:13 +0100
commitea4c4e303080af6739a575997d14b6600b24cec2 (patch)
tree4a3fab2863aec109593b25b3db94cc3be85dad94 /pkgs/applications/graphics
parentb7b1a845b3178e01fdcc2472c197c753ccef1bc4 (diff)
parent7cb2bb061d7fa581229d117e3296cd3958c03024 (diff)
Merge pull request #295966 from r-ryantm/auto-update/hydrus
hydrus: 564 -> 566
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 9d9b22c1cb74f..d546baa98415f 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 = "564";
+  version = "566";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "hydrusnetwork";
     repo = "hydrus";
     rev = "refs/tags/v${version}";
-    hash = "sha256-U2Z04bFrSJBCk6RwLcKr/x+Pia9V5UHjpUi8AzaCf9o=";
+    hash = "sha256-0vz2UnfU7yZIy1S+KOXLFrlQDuPCbpSw1GYEK8YZ/Qc=";
   };
 
   nativeBuildInputs = [