tuifimanager: 3.3.1 -> 3.3.5
This commit is contained in:
parent
4e2e46fe89
commit
ea0ae5d2bc
1 changed files with 3 additions and 3 deletions
|
@ -5,14 +5,14 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "tuifi-manager";
|
pname = "tuifi-manager";
|
||||||
version = "3.3.1";
|
version = "3.3.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-yBMme0LJSlEXPxE9NMr0Z5VJWcWOzzdvbTnavkLHsvo=";
|
hash = "sha256-O4cAHFurgF6QzpeAMoipX2/JywU1drZOTw/Ob9Pa8WQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue