about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-12-18 20:06:50 +0800
committerGitHub <noreply@github.com>2021-12-18 20:06:50 +0800
commitaaea8029e49e7cb2cafb3efd5c8ed58fc55e247d (patch)
tree16bc2a740d0a09c4aada138ca8f3874549089756 /pkgs/applications/graphics
parent0b738b87dbff870720bebac1e25e645941ba1fd9 (diff)
parent95db526b4df735ac1f317ec1494920048388f74b (diff)
Merge pull request #149841 from dali99/update_hydrus2
hydrus: 464 -> 466
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 45b3c55637710..79540466e291a 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 = "464";
+  version = "466";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "hydrusnetwork";
     repo = "hydrus";
     rev = "v${version}";
-    sha256 = "sha256-ZAndODbl6cH0H1rA3Bhn3AlfIuba0LjxWxusGPDYvlA=";
+    sha256 = "sha256-ih2BctOC9cuTYP8A9ikhGBqNP0SToSAkqmZhtBvgpIo=";
   };
 
   nativeBuildInputs = [