From e74c9e5466c21e5848c6fd1cdefce936a5f9147b Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Thu, 26 Jan 2023 07:40:40 +0100 Subject: [PATCH] hydrus: 513 -> 514 --- 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 9ed196ad444c..0fc5f9e89656 100644 --- a/pkgs/applications/graphics/hydrus/default.nix +++ b/pkgs/applications/graphics/hydrus/default.nix @@ -12,14 +12,14 @@ python3Packages.buildPythonPackage rec { pname = "hydrus"; - version = "513"; + version = "514"; format = "other"; src = fetchFromGitHub { owner = "hydrusnetwork"; repo = "hydrus"; rev = "refs/tags/v${version}"; - hash = "sha256-SY+IjK05DLThU2nNJ6Hp6DjmAFEjguxbYcxkWpmHi7w="; + hash = "sha256-7Ialm8+yHz51+E8td0xwhcq+woF8uxroa9QUHg3HALc="; }; nativeBuildInputs = [