about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorJonas Heinrich <onny@project-insanity.org>2022-09-29 09:51:01 +0200
committerGitHub <noreply@github.com>2022-09-29 09:51:01 +0200
commit98f80eda2c6eca24d7f74573adab2e85c5057df8 (patch)
treee90864e4574ded357c99bc6c8c58bf8b81de213b /pkgs/applications/graphics
parent1f74a531e63f874d850e8ebd212c22ca6fe0e66b (diff)
parent41a6b4d1e58e91c63b587c3ccf064154caa98edb (diff)
Merge pull request #190204 from dali99/update_hydrus2
hydrus: 497 -> 500
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/hydrus/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/hydrus/default.nix b/pkgs/applications/graphics/hydrus/default.nix
index 6b991e8dd398e..4b421b41d9a3d 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 = "497";
+  version = "500";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "hydrusnetwork";
     repo = "hydrus";
     rev = "refs/tags/v${version}";
-    sha256 = "sha256-dQ6a3jys6V1ihT6q8FUaX7jOA1ZDZdX5EUy03ILk7vM=";
+    sha256 = "sha256-gsOto37++++ucpDC0ri3HhROp7v6qlHENjFvsbuyM6k=";
   };
 
   nativeBuildInputs = [
@@ -33,7 +33,6 @@ python3Packages.buildPythonPackage rec {
     html5lib
     lxml
     lz4
-    nose
     numpy
     opencv4
     pillow