Skip to content

Commit

Permalink
tuifimanager: 4.1.7 -> 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Oct 19, 2024
1 parent 76e497c commit ad01ada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/tu/tuifimanager/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ lib.throwIf (enableDragAndDrop && !hasDndSupport)

python3.pkgs.buildPythonApplication rec {
pname = "tuifimanager";
version = "4.1.7";
version = "5.0.0";
format = "pyproject";

src = fetchFromGitHub {
owner = "GiorgosXou";
repo = "TUIFIManager";
rev = "v.${version}";
hash = "sha256-kljodLSSjvGcjhD7IhAVAAGd6LoiM6IYwMXuSsIJ198=";
hash = "sha256-2yYD1YFGoN0uj3HzcYxEs3zbwfUIDLLzvfTcZILx5h4=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit ad01ada

Please sign in to comment.