lxqt.libqtxdg: 3.5.0 -> 3.6.0

This commit is contained in:
José Romildo Malaquias 2020-12-15 19:40:41 -03:00
parent 00941cd747
commit bdc2af4486

View File

@ -10,13 +10,13 @@
mkDerivation rec {
pname = "libqtxdg";
version = "3.5.0";
version = "3.6.0";
src = fetchFromGitHub {
owner = "lxqt";
repo = pname;
rev = version;
sha256 = "00dzs6zc8prc0mxmvq0pmpy1qi8rysg97as7jfd0ndk5jii0nd85";
sha256 = "0wiannhaydnbqd8ni3nflx2s4036grxs8aklcb95j88v3cgr2gck";
};
nativeBuildInputs = [