about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-10-15 20:15:06 -0500
committerGitHub <noreply@github.com>2022-10-15 20:15:06 -0500
commite0705cf796534b68afd1c213463fa3508b327235 (patch)
tree7d7ba5cac82354c03d2157257b48d81357322307
parentd92b297a77d28ee0aeec52829a9a4af1793d1806 (diff)
parent091da48c7b3578e937c9b44637c8a365461d1884 (diff)
Merge pull request #196212 from dali99/update_hydrus2
hydrus: 502 -> 502a
-rw-r--r--pkgs/applications/graphics/hydrus/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/hydrus/default.nix b/pkgs/applications/graphics/hydrus/default.nix
index 32f6ac97fa370..9c80ed6f08600 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 = "502";
+  version = "502a";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "hydrusnetwork";
     repo = "hydrus";
     rev = "refs/tags/v${version}";
-    sha256 = "sha256-f3VnPmrRdo4PLQvS5pUafOh6ppq4hiwolz/FVVBNgxI=";
+    sha256 = "sha256-GmYjf2r5dyxkPWTmypChKbkeifCMFKi1lzRhPNe7Ckw=";
   };
 
   nativeBuildInputs = [
@@ -30,6 +30,7 @@ python3Packages.buildPythonPackage rec {
     cbor2
     chardet
     cloudscraper
+    dateutil
     html5lib
     lxml
     lz4