lxqt.qtxdg-tools: 4.2.0 -> 4.3.0

Diff: https://github.com/lxqt/qtxdg-tools/compare/4.2.0...4.3.0
This commit is contained in:
José Romildo
2025-11-05 18:16:40 -03:00
parent 315f14d5dd
commit c12f1c63a6

View File

@@ -13,13 +13,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "qtxdg-tools"; pname = "qtxdg-tools";
version = "4.2.0"; version = "4.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lxqt"; owner = "lxqt";
repo = "qtxdg-tools"; repo = "qtxdg-tools";
rev = version; rev = version;
hash = "sha256-hVX1UfPWa1KHMhjazSopAc1/Kk3tnUQzwtG4P7K32eE="; hash = "sha256-v6mIpGuZ3YFb+P9FLlgNp5xf0ceAaVnMxRG+sQLP72Y=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [