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-05-01 10:48:41 +0200
committerGitHub <noreply@github.com>2024-05-01 10:48:41 +0200
commit848c9745a79158718741d635ad4550fa50b74452 (patch)
treec5ca14effaf69b92a4f1f55e2a092e0d882d6147 /pkgs/applications/graphics
parent345ad66bb80ac9bd7531b4428438d2a2062aa64b (diff)
parentf5a9bae826a047bc16b39453aa7060905a8bd5e2 (diff)
Merge pull request #302904 from r-ryantm/auto-update/hydrus
hydrus: 566 -> 572
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 0bd29d5aa5eef..e2a0d62acae6f 100644
--- a/pkgs/applications/graphics/hydrus/default.nix
+++ b/pkgs/applications/graphics/hydrus/default.nix
@@ -14,14 +14,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 = [