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-15 23:08:26 +0100
committerDaniel Olsen <daniel.olsen99@gmail.com>2023-02-15 23:08:26 +0100
commit2f29e3223bc3bb6cc495565a22d06b3f40d98aca (patch)
tree24ece01e2ad1930f2be82f741f01fa12197be0d2 /pkgs/applications/graphics/hydrus
parenta0a0ce54a0e77e39c7dae987683cd7aef10d5549 (diff)
hydrus: 516 -> 517
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 26ded13812352..42e396d531a32 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 = "516";
+  version = "517";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "hydrusnetwork";
     repo = "hydrus";
     rev = "refs/tags/v${version}";
-    hash = "sha256-1sjHPOkbfvmtDSSyv04S47LsQZ/fcJoGuK8c64RZy8Y=";
+    hash = "sha256-YTphPBwOVnCkCxrUe7ISZryVjbbZbBe7IFkrMij1s1w=";
   };
 
   nativeBuildInputs = [