high-tide: 0.1.8 -> 1.0.0

Upstream package updated
This commit is contained in:
drafolin
2025-08-20 13:13:30 +02:00
parent 57475253fd
commit a34e1c8be5
+3 -2
View File
@@ -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