From a34e1c8be503b344108729a9e05994860fcf3aec Mon Sep 17 00:00:00 2001 From: drafolin Date: Wed, 20 Aug 2025 13:13:30 +0200 Subject: [PATCH] high-tide: 0.1.8 -> 1.0.0 Upstream package updated --- pkgs/by-name/hi/high-tide/package.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/hi/high-tide/package.nix b/pkgs/by-name/hi/high-tide/package.nix index 0b303698d415..cdd184386506 100644 --- a/pkgs/by-name/hi/high-tide/package.nix +++ b/pkgs/by-name/hi/high-tide/package.nix @@ -19,14 +19,14 @@ python313Packages.buildPythonApplication rec { pname = "high-tide"; - version = "0.1.8"; + version = "1.0.0"; pyproject = false; src = fetchFromGitHub { owner = "Nokse22"; repo = "high-tide"; tag = "v${version}"; - hash = "sha256-QcTK5E8rz/JcC40CCCK8G7PUZ6UAg53UPmxyLBXNHxY="; + hash = "sha256-lvfEqXXlDuW+30iTQ0FddcnAMZRM0BYeuxLN4++xs/0="; }; nativeBuildInputs = [ @@ -71,6 +71,7 @@ python313Packages.buildPythonApplication rec { license = with lib.licenses; [ gpl3Plus ]; mainProgram = "high-tide"; maintainers = with lib.maintainers; [ + drafolin nilathedragon nyabinary griffi-gh