From f605651615b594590162326d95eb77a3d4ba7481 Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Thu, 8 Sep 2022 00:20:53 +0200 Subject: [PATCH] hydrus: 497 -> 499 --- pkgs/applications/graphics/hydrus/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/graphics/hydrus/default.nix b/pkgs/applications/graphics/hydrus/default.nix index 6b991e8dd398..d37b066bfa50 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 = "497"; + version = "499"; format = "other"; src = fetchFromGitHub { owner = "hydrusnetwork"; repo = "hydrus"; rev = "refs/tags/v${version}"; - sha256 = "sha256-dQ6a3jys6V1ihT6q8FUaX7jOA1ZDZdX5EUy03ILk7vM="; + sha256 = "sha256-G3aWg06sUD9uHSLPTnUk0CvFqrRe5nvIAKBoQqlWwYA="; }; nativeBuildInputs = [