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

Diff: https://github.com/lxqt/xdg-desktop-portal-lxqt/compare/1.0.1...1.0.2
This commit is contained in:
José Romildo 2024-05-07 20:08:48 -03:00
parent 49391bf524
commit 2b042dbf11

View File

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