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-11-10 00:36:58 +0100
committerDaniel Olsen <daniel.olsen99@gmail.com>2023-01-16 00:56:27 +0100
commit87e5f355234f2e10ebaa70af702a39647236d52a (patch)
tree7ca599eacb48c4f0f2403cdabdc8803c0b94355e /pkgs/applications/graphics/hydrus
parentab1399db21cdcb56a0257bdfb451aeabbe2caa77 (diff)
hydrus: 504 -> 505b
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 51095768a31bc..a9baf07e8c9bb 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 = "504";
+  version = "505b";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "hydrusnetwork";
     repo = "hydrus";
     rev = "refs/tags/v${version}";
-    hash = "sha256-d9GxAUbdtKzyQI7ow8Cx0e0TCDchasSZL450+9GhJAU=";
+    hash = "sha256-mnZ5dz8E3wtuXtGgoCKE2YkwrCiLNPaTROCqaiRGFNY=";
   };
 
   nativeBuildInputs = [