about summary refs log tree commit diff
path: root/pkgs/applications/graphics/hydrus
diff options
context:
space:
mode:
authorDaniel Olsen <daniel.olsen99@gmail.com>2022-08-27 06:34:01 +0200
committerDaniel Olsen <daniel.olsen99@gmail.com>2022-08-27 17:53:59 +0200
commit5ac6f87f64aae63b5074f31346b72bc6880c537c (patch)
treeda684d5521b2a8e9b58fa479c91279c9ea957f7d /pkgs/applications/graphics/hydrus
parent7d2f19cb709841de4e403f7fb0abacc4f31aeb74 (diff)
hydrus: 496 -> 497
Diffstat (limited to 'pkgs/applications/graphics/hydrus')
-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 = [