Merge pull request #248235 from michaelBelsanti/tuifimanager

tuifimanager: 3.0.0 -> 3.3.1
This commit is contained in:
Weijia Wang 2023-09-06 16:44:05 +02:00 committed by GitHub
commit 3b362c41d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "tuifi-manager";
version = "3.0.0";
version = "3.3.1";
format = "pyproject";
src = fetchFromGitHub {
owner = "GiorgosXou";
repo = "TUIFIManager";
rev = "v.${version}";
hash = "sha256-ahZUm+FkAaM4I6FfSa/Oej+lMux8avw8LxzzGqTpuH8=";
hash = "sha256-yBMme0LJSlEXPxE9NMr0Z5VJWcWOzzdvbTnavkLHsvo=";
};
postPatch = ''