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-02 14:31:38 +0100
committerDaniel Olsen <daniel.olsen99@gmail.com>2023-02-02 14:31:38 +0100
commit62957815336742f13840d936e5d37859912fd962 (patch)
tree411503a0b8cc8a4310181c1412cbb6e80b99c5c1 /pkgs/applications/graphics/hydrus
parente74c9e5466c21e5848c6fd1cdefce936a5f9147b (diff)
hydrus: 514 -> 515
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 0fc5f9e89656e..f1f8394b9c097 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 = "514";
+  version = "515";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "hydrusnetwork";
     repo = "hydrus";
     rev = "refs/tags/v${version}";
-    hash = "sha256-7Ialm8+yHz51+E8td0xwhcq+woF8uxroa9QUHg3HALc=";
+    hash = "sha256-2V9FGwq7mkr3N4Fghq8JI2WvDKQeadVU1C8ggXzyEQM=";
   };
 
   nativeBuildInputs = [