about summary refs log tree commit diff
path: root/pkgs/applications/graphics/hydrus
diff options
context:
space:
mode:
authorDaniel Olsen <daniel.olsen99@gmail.com>2022-07-28 00:39:24 +0200
committerDaniel Olsen <daniel.olsen99@gmail.com>2022-07-28 00:39:24 +0200
commit5c2c276f6ff7286759e72ba2418f41a7e240dda0 (patch)
treeacce8a6f8c936ea5c97776cdb707a751b8fcbe61 /pkgs/applications/graphics/hydrus
parentea913462cb7b2084d218927c639e4dec3be9a6f1 (diff)
hydrus: 492 -> 493
Diffstat (limited to 'pkgs/applications/graphics/hydrus')
-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 698872f4a8ff7..954f97bf9b4a1 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 = "492";
+  version = "493";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "hydrusnetwork";
     repo = "hydrus";
     rev = "refs/tags/v${version}";
-    sha256 = "sha256-KtuHPKVwk6nRQ5lqHxRgm7k7DfcGeRAzR/kkHVMizDM=";
+    sha256 = "sha256-sROmWFH3sDBDh1VSVLTM71Y9qD8CndvwW7PKzkavIuc=";
   };
 
   nativeBuildInputs = [