about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-01-21 00:02:21 +0000
committerGitHub <noreply@github.com>2024-01-21 00:02:21 +0000
commit84335ac8cb7d8c994bfb2121fe20966399a9ec9f (patch)
treea23e259e73379fa719b02aea49329e352df54e8c /pkgs/applications/graphics
parent4dea63e421ff4038e7fab03985ed658aaa71b041 (diff)
parent3211e2cf30b02c248bad92e417d5c7b2e311817e (diff)
downloadnixlib-84335ac8cb7d8c994bfb2121fe20966399a9ec9f.tar
nixlib-84335ac8cb7d8c994bfb2121fe20966399a9ec9f.tar.gz
nixlib-84335ac8cb7d8c994bfb2121fe20966399a9ec9f.tar.bz2
nixlib-84335ac8cb7d8c994bfb2121fe20966399a9ec9f.tar.lz
nixlib-84335ac8cb7d8c994bfb2121fe20966399a9ec9f.tar.xz
nixlib-84335ac8cb7d8c994bfb2121fe20966399a9ec9f.tar.zst
nixlib-84335ac8cb7d8c994bfb2121fe20966399a9ec9f.zip
Merge master into staging-next
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 1792c6355862..89e2d8c20817 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 = "557";
+  version = "559";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "hydrusnetwork";
     repo = "hydrus";
     rev = "refs/tags/v${version}";
-    hash = "sha256-upijLCj+mxTQ9EO2mfvnfPjqIvRaAqtByeRY/N1ANlU=";
+    hash = "sha256-+aYrqt1sifCe6/qS4kZyx0CLSHEoutFk6cyxmOXmN7Q=";
   };
 
   nativeBuildInputs = [