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-12-20 01:41:32 +0100
committerDaniel Olsen <daniel.olsen99@gmail.com>2023-01-16 00:56:29 +0100
commitc29a4f91d8b88fc0d9deb6028a67e739878aca55 (patch)
tree183c69e09735ae8f06234feb003edc16205e71b0 /pkgs/applications/graphics/hydrus
parentb0e228f88dac5011a7eeb11f6f48d6c402b2d4bf (diff)
hydrus: 510 -> 510a
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 c41c802e52972..c2f5a250eac4c 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 = "510";
+  version = "510a";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "hydrusnetwork";
     repo = "hydrus";
     rev = "refs/tags/v${version}";
-    hash = "sha256-g5bVsc0c9CqIHzIW6oFjmp8bvZ5b9Ng55cAo3sjzw3k=";
+    hash = "sha256-nOxOeuIVGkqnfkGe/SFQEhEk6VJ392VqdC9gH/9Ff3Q=";
   };
 
   nativeBuildInputs = [