about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2024-01-05 16:05:15 +0100
committerGitHub <noreply@github.com>2024-01-05 16:05:15 +0100
commitae7ae2ac9df56ed391143812cf2568f091ab5fe2 (patch)
tree047f380f5cd3f4af03c6a5687c00d5d9219a8ae9 /pkgs/applications/graphics
parent34ecb3cdc6094030832e50012d5db2db45881f51 (diff)
parentdb281a6451b04c988e3296b41cdb7004022c3760 (diff)
Merge pull request #278711 from dali99/update_hydrus2
hydrus: 554 -> 557
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 544b67fe26c2c..1792c6355862a 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 = "554";
+  version = "557";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "hydrusnetwork";
     repo = "hydrus";
     rev = "refs/tags/v${version}";
-    hash = "sha256-BNAEM9XFkdKLQUAWerM6IWts04FWdd8SSCJZaymmxGo=";
+    hash = "sha256-upijLCj+mxTQ9EO2mfvnfPjqIvRaAqtByeRY/N1ANlU=";
   };
 
   nativeBuildInputs = [