1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00

lxqt.qtxdg-tools: 3.10.0 -> 3.11.0

This commit is contained in:
José Romildo 2023-04-16 13:53:30 -03:00
parent b38a3f2037
commit a4295d62cf

View file

@ -10,13 +10,13 @@
mkDerivation rec {
pname = "qtxdg-tools";
version = "3.10.0";
version = "3.11.0";
src = fetchFromGitHub {
owner = "lxqt";
repo = pname;
rev = version;
sha256 = "sha256-8jrb1Mdn9dhQzIEu6E0kz5F8eEnKAREwjXuypqfhw60=";
sha256 = "sha256-iUvjLZbTDBsQw7PIA0LUAvhoq6FrdbLhjbMwKdE01Hc=";
};
nativeBuildInputs = [