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
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 = [