about summary refs log tree commit diff
path: root/pkgs/applications/graphics/hydrus
diff options
context:
space:
mode:
authorDaniel Olsen <daniel.olsen99@gmail.com>2023-02-09 05:26:46 +0100
committerDaniel Olsen <daniel.olsen99@gmail.com>2023-02-09 05:26:46 +0100
commita0a0ce54a0e77e39c7dae987683cd7aef10d5549 (patch)
treeb5d87e60f8971554ba580ddada5d9a395dfb970e /pkgs/applications/graphics/hydrus
parent62957815336742f13840d936e5d37859912fd962 (diff)
hydrus: 515 -> 516
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 f1f8394b9c097..26ded13812352 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 = "515";
+  version = "516";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "hydrusnetwork";
     repo = "hydrus";
     rev = "refs/tags/v${version}";
-    hash = "sha256-2V9FGwq7mkr3N4Fghq8JI2WvDKQeadVU1C8ggXzyEQM=";
+    hash = "sha256-1sjHPOkbfvmtDSSyv04S47LsQZ/fcJoGuK8c64RZy8Y=";
   };
 
   nativeBuildInputs = [