about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorh7x4 <h7x4@nani.wtf>2024-06-12 21:29:00 +0200
committerGitHub <noreply@github.com>2024-06-12 21:29:00 +0200
commit3ac9c7a0b25a500cf799038cd4a253dc5d899c6b (patch)
treeda9c39ce8ae380245fc83d5f7f28e52fa71db927 /pkgs/applications/graphics
parent248cf690847cfd335e300980ef724543ea1b6f71 (diff)
parentdddb3b1c40bb969af17810e55c044ca21d5b257c (diff)
Merge pull request #308762 from r-ryantm/auto-update/hydrus
hydrus: 572 -> 578
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 e2a0d62acae6f..03d7be3dfad1e 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 = "572";
+  version = "578";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "hydrusnetwork";
     repo = "hydrus";
     rev = "refs/tags/v${version}";
-    hash = "sha256-mLb4rUsoMDxl7lPrrRJq/bWSqZlgg94efHJzgykZJ/g=";
+    hash = "sha256-u2SXhL57iNVjRFqerzc/TByB9ArAJx81mxOjTBVBMkg=";
   };
 
   nativeBuildInputs = [