about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-05-28 18:12:33 +0800
committerGitHub <noreply@github.com>2022-05-28 18:12:33 +0800
commitd38af036862ac90eaf5d838334cd9f29a69c0820 (patch)
tree8edff1d008162ceef28f57faa6a1ef9aa80745d4 /pkgs/applications/graphics
parent44893129f922e7c7ad8fc48d37cd0fb1b97b3267 (diff)
parent95191d4f6131a892caf5bb46833f7d39108b4ce0 (diff)
Merge pull request #174419 from r-ryantm/auto-update/hydrus
hydrus: 483 -> 484
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 39eefb0034520..13d5017125fc0 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 = "483";
+  version = "484";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "hydrusnetwork";
     repo = "hydrus";
     rev = "refs/tags/v${version}";
-    sha256 = "sha256-UU3XQ0NC/apJ0S/uDDNG+8DOD+sRyX98yMcjtL2Htig=";
+    sha256 = "sha256-W0oWETj0xnuS2XAORRb5sb39gbpvyE+cHqgIU+grolQ=";
   };
 
   nativeBuildInputs = [