tuifimanager: 4.0.0 -> 4.0.5
This commit is contained in:
parent
9516f3c963
commit
c630ca0da6
1 changed files with 3 additions and 4 deletions
|
@ -5,14 +5,14 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "tuifimanager";
|
pname = "tuifimanager";
|
||||||
version = "4.0.0";
|
version = "4.0.5";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "GiorgosXou";
|
owner = "GiorgosXou";
|
||||||
repo = "TUIFIManager";
|
repo = "TUIFIManager";
|
||||||
rev = "v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-bv/+x2xppUK9i3HOm93FIQRu1xlB4wCKZzAapkVlrM0=";
|
hash = "sha256-DuCrIJuADmJ0MHIP0+OJ0zCrQR/oGdgzJ1xck4m/tPo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -34,7 +34,6 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
attempt to get more attention to the Uni-Curses project.
|
attempt to get more attention to the Uni-Curses project.
|
||||||
'';
|
'';
|
||||||
homepage = "https://github.com/GiorgosXou/TUIFIManager";
|
homepage = "https://github.com/GiorgosXou/TUIFIManager";
|
||||||
changelog = "https://github.com/GiorgosXou/TUIFIManager/blob/${src.rev}/CHANGELOG.md";
|
|
||||||
license = licenses.gpl3Only;
|
license = licenses.gpl3Only;
|
||||||
maintainers = with maintainers; [ michaelBelsanti sigmanificient ];
|
maintainers = with maintainers; [ michaelBelsanti sigmanificient ];
|
||||||
mainProgram = "tuifi";
|
mainProgram = "tuifi";
|
||||||
|
|
Loading…
Reference in a new issue