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 {
pname = "tuifimanager";
version = "4.0.5";
version = "4.0.6";
format = "pyproject";
src = fetchFromGitHub {
owner = "GiorgosXou";
repo = "TUIFIManager";
rev = "refs/tags/v${version}";
hash = "sha256-DuCrIJuADmJ0MHIP0+OJ0zCrQR/oGdgzJ1xck4m/tPo=";
rev = "v.${version}";
hash = "sha256-pppPlpPA1UYjUCKvGCjUo9jFNyOOkk6aF7/v5sXIptI=";
};
nativeBuildInputs = [