lxqt.libqtxdg: 3.11.0 -> 3.12.0

This commit is contained in:
José Romildo 2023-11-05 17:23:49 -03:00
parent 9dc9b82f65
commit 6eae0afd93

View file

@ -10,13 +10,13 @@
mkDerivation rec { mkDerivation rec {
pname = "libqtxdg"; pname = "libqtxdg";
version = "3.11.0"; version = "3.12.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lxqt"; owner = "lxqt";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "b3XR0Tn/roiCjNGb3EMf4ilECNaUjGYi11ykVBppBuc="; hash = "sha256-y+3noaHubZnwUUs8vbMVvZPk+6Fhv37QXUb//reedCU=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [