about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorh7x4 <h7x4@nani.wtf>2024-01-21 00:31:57 +0100
committerGitHub <noreply@github.com>2024-01-21 00:31:57 +0100
commit07ad22242c3b2db8130541013fdeaeb33f171ab7 (patch)
treef1ec31600bb0980e554377b6a91d22b4e9e4758d /pkgs/applications/graphics
parent1b4ce20b03ef2f9233626bba225f19a6f93ef611 (diff)
parent6f29ff4a369d941fa51b775153df332e41ca07fc (diff)
downloadnixlib-07ad22242c3b2db8130541013fdeaeb33f171ab7.tar
nixlib-07ad22242c3b2db8130541013fdeaeb33f171ab7.tar.gz
nixlib-07ad22242c3b2db8130541013fdeaeb33f171ab7.tar.bz2
nixlib-07ad22242c3b2db8130541013fdeaeb33f171ab7.tar.lz
nixlib-07ad22242c3b2db8130541013fdeaeb33f171ab7.tar.xz
nixlib-07ad22242c3b2db8130541013fdeaeb33f171ab7.tar.zst
nixlib-07ad22242c3b2db8130541013fdeaeb33f171ab7.zip
Merge pull request #282420 from dali99/update_hydrus2
hydrus: 557 -> 559
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 = [