Merge pull request #309974 from romildo/upd.xdg-desktop-portal-lxqt

lxqt.xdg-desktop-portal-lxqt: 1.0.1 -> 1.0.2
This commit is contained in:
Nick Cao 2024-05-08 10:30:48 -04:00 committed by GitHub
commit 534fb42312
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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