Skip to content

Commit 5fff027

Browse files
committed
lxqt.xdg-desktop-portal-lxqt: 1.0.2 -> 1.1.0
1 parent 32dd7af commit 5fff027

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/desktops/lxqt/xdg-desktop-portal-lxqt/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515

1616
stdenv.mkDerivation rec {
1717
pname = "xdg-desktop-portal-lxqt";
18-
version = "1.0.2";
18+
version = "1.1.0";
1919

2020
src = fetchFromGitHub {
2121
owner = "lxqt";
2222
repo = pname;
2323
rev = version;
24-
hash = "sha256-zXZ0Un56uz1hKoPvZitJgQpJ7ko0LrSSFxl+agiqZ4A=";
24+
hash = "sha256-uII6elLoREc/AO6NSe9QsT+jYARd2hgKSa84NCDza10=";
2525
};
2626

2727
nativeBuildInputs = [

0 commit comments

Comments
 (0)