about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorGuillaume Girol <symphorien@users.noreply.github.com>2022-09-03 16:32:09 +0000
committerGitHub <noreply@github.com>2022-09-03 16:32:09 +0000
commitc756f94bb4bfbcf8a07c723ef2f9496ca3c57d8b (patch)
tree04c681bcdf5e7b3b8b9431de95a91beb17eae9d2 /pkgs/applications/graphics
parent932758095e58c00a806f75826b4bc127619726e9 (diff)
parent5ac6f87f64aae63b5074f31346b72bc6880c537c (diff)
Merge pull request #188508 from dali99/update_hydrus2
hydrus: 496 -> 497
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 79b505479c8c9..6b991e8dd398e 100644
--- a/pkgs/applications/graphics/hydrus/default.nix
+++ b/pkgs/applications/graphics/hydrus/default.nix
@@ -10,14 +10,14 @@
 
 python3Packages.buildPythonPackage rec {
   pname = "hydrus";
-  version = "496";
+  version = "497";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "hydrusnetwork";
     repo = "hydrus";
     rev = "refs/tags/v${version}";
-    sha256 = "sha256-Ng3ogPxyzn4cKVE/0iz56VWGyABkM2ZF7ktajaJ9Mn8=";
+    sha256 = "sha256-dQ6a3jys6V1ihT6q8FUaX7jOA1ZDZdX5EUy03ILk7vM=";
   };
 
   nativeBuildInputs = [