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-04-26 17:26:20 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-26 17:26:20 +0000
commitf5a9bae826a047bc16b39453aa7060905a8bd5e2 (patch)
tree516d81927cacee5e9582b0567fe6be500c976758 /pkgs/applications/graphics/hydrus
parentb00f19626a7ef8bfb065c087370a32aba634d9b2 (diff)
hydrus: 566 -> 572
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 d546baa98415f..a1bcd07da5e11 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 = "566";
+  version = "572";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "hydrusnetwork";
     repo = "hydrus";
     rev = "refs/tags/v${version}";
-    hash = "sha256-0vz2UnfU7yZIy1S+KOXLFrlQDuPCbpSw1GYEK8YZ/Qc=";
+    hash = "sha256-mLb4rUsoMDxl7lPrrRJq/bWSqZlgg94efHJzgykZJ/g=";
   };
 
   nativeBuildInputs = [