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-09 16:36:45 +0100
committerGitHub <noreply@github.com>2024-01-09 16:36:45 +0100
commitbe83dd340863fc29f28ca7b8993669ac8bed4dd0 (patch)
treea728e166f641c551895d4bf8a0de8775169eed98 /pkgs/applications/graphics
parent40e909ad4f44f9022cb4397d9c9cea1619cd1951 (diff)
parent22278d0f3608270199f43f541e30b47580fec974 (diff)
Merge pull request #278943 from NixOS/backport-278711-to-release-23.11
[Backport release-23.11] 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 = [