tuifimanager: 4.0.5 -> 4.0.6

This commit is contained in:
Sigmanificient 2024-05-10 03:13:47 +02:00
parent 731666d8d7
commit 70755de6a8

View file

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "tuifimanager"; pname = "tuifimanager";
version = "4.0.5"; version = "4.0.6";
format = "pyproject"; format = "pyproject";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "GiorgosXou"; owner = "GiorgosXou";
repo = "TUIFIManager"; repo = "TUIFIManager";
rev = "refs/tags/v${version}"; rev = "v.${version}";
hash = "sha256-DuCrIJuADmJ0MHIP0+OJ0zCrQR/oGdgzJ1xck4m/tPo="; hash = "sha256-pppPlpPA1UYjUCKvGCjUo9jFNyOOkk6aF7/v5sXIptI=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [