From c99f178ddbcc4217699a62f4265e28225da23203 Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Tue, 25 Jun 2024 01:00:49 +0200 Subject: [PATCH] hydrus: 578 -> 580 Diff: https://github.com/hydrusnetwork/hydrus/compare/refs/tags/v578...v579 --- 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 91a4e3ed2098..d16e0e87b633 100644 --- a/pkgs/applications/graphics/hydrus/default.nix +++ b/pkgs/applications/graphics/hydrus/default.nix @@ -14,14 +14,14 @@ python3Packages.buildPythonPackage rec { pname = "hydrus"; - version = "578"; + version = "580"; format = "other"; src = fetchFromGitHub { owner = "hydrusnetwork"; repo = "hydrus"; rev = "refs/tags/v${version}"; - hash = "sha256-u2SXhL57iNVjRFqerzc/TByB9ArAJx81mxOjTBVBMkg="; + hash = "sha256-QdRItwbgVYgA6PU9Ybimk+/sBe1CHV79ssTrIturVpg="; }; nativeBuildInputs = [