about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-10-06 22:03:02 +0800
committerGitHub <noreply@github.com>2022-10-06 22:03:02 +0800
commitc653577537d9b16ffd04e3e2f3bc702cacc1a343 (patch)
treee73bb4630a1e879492db0e56cbb10f8d26c77377
parent3e5a08e6d37a9d2870544ee0bd10fe4f7030f0b1 (diff)
parent50858eaf55a90bd784161f35633164efa40e9534 (diff)
Merge pull request #194725 from dali99/update_hydrus2
hydrus: 500 -> 501
-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 4b421b41d9a3d..06cab430bc3f1 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 = "500";
+  version = "501";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "hydrusnetwork";
     repo = "hydrus";
     rev = "refs/tags/v${version}";
-    sha256 = "sha256-gsOto37++++ucpDC0ri3HhROp7v6qlHENjFvsbuyM6k=";
+    sha256 = "sha256-dmQD3CAAAhE6IOfT38PHUIlHdDFdk6HZ6ZEZmKw7+WM=";
   };
 
   nativeBuildInputs = [