about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-06-02 05:21:20 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-06-02 05:21:20 +0000
commitdcfeb8a826582e84c68e64a9d8f0d9e336252f8b (patch)
treef1703102c90cbe676336c2f9f4466b4762692c9e /pkgs/applications/graphics
parent3597a6740e4fd4fdca17b7260c727c3fd51481e7 (diff)
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 = [