about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-06-03 19:02:07 +0800
committerGitHub <noreply@github.com>2022-06-03 19:02:07 +0800
commit446c101b0302c7559fcba4cc13e4a795ec226f17 (patch)
tree1829b6019af42abd40abde518018dd9c7cc74978 /pkgs/applications/graphics
parent2442447322e37e542e610c33ff9e08c7eaa05e72 (diff)
parentdcfeb8a826582e84c68e64a9d8f0d9e336252f8b (diff)
Merge pull request #175891 from r-ryantm/auto-update/hydrus
hydrus: 484 -> 487
Diffstat (limited to 'pkgs/applications/graphics')
-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 13d5017125fc0..a9f2699a1f6df 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 = "484";
+  version = "487";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "hydrusnetwork";
     repo = "hydrus";
     rev = "refs/tags/v${version}";
-    sha256 = "sha256-W0oWETj0xnuS2XAORRb5sb39gbpvyE+cHqgIU+grolQ=";
+    sha256 = "sha256-4FYUIEk8KJO4nqONNpLUtxAMud3vdfl50zbKQxC5Hw4=";
   };
 
   nativeBuildInputs = [