about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2022-05-08 15:49:20 -0700
committerGitHub <noreply@github.com>2022-05-08 15:49:20 -0700
commit2a77fee558ddba774bf21fe82c61db203e6dabfd (patch)
tree73cdb92053ca9712af0fd8dd2fdb0b6c0ce51791 /pkgs/applications/graphics
parent5a10db5d00a4f37566d6d7d8a68f4b83c3bebc28 (diff)
parent160094c9ecfcc739c7779f69309b6fc713866663 (diff)
Merge pull request #171629 from r-ryantm/auto-update/hydrus
hydrus: 482 -> 483
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 5a25ad3998f71..39eefb0034520 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 = "482";
+  version = "483";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "hydrusnetwork";
     repo = "hydrus";
     rev = "refs/tags/v${version}";
-    sha256 = "sha256-b7zMHwsyZv4dCn4Gd/2a+MHhT3IHISJup/zm95pEcQ4=";
+    sha256 = "sha256-UU3XQ0NC/apJ0S/uDDNG+8DOD+sRyX98yMcjtL2Htig=";
   };
 
   nativeBuildInputs = [