lxqt.xdg-desktop-portal-lxqt: 1.0.2 -> 1.1.0

This commit is contained in:
José Romildo 2024-11-06 23:22:17 -03:00
parent 32dd7af54d
commit 5fff027e31

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "xdg-desktop-portal-lxqt";
version = "1.0.2";
version = "1.1.0";
src = fetchFromGitHub {
owner = "lxqt";
repo = pname;
rev = version;
hash = "sha256-zXZ0Un56uz1hKoPvZitJgQpJ7ko0LrSSFxl+agiqZ4A=";
hash = "sha256-uII6elLoREc/AO6NSe9QsT+jYARd2hgKSa84NCDza10=";
};
nativeBuildInputs = [