high-tide: 0.1.8 -> 1.0.0
Upstream package updated
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user