Skip to content

Commit 5d9cba2

Browse files
committed
1 parent 1422fca commit 5d9cba2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/xd/xdg-desktop-portal-gnome/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222

2323
stdenv.mkDerivation (finalAttrs: {
2424
pname = "xdg-desktop-portal-gnome";
25-
version = "47.1";
25+
version = "47.2";
2626

2727
src = fetchurl {
2828
url = "mirror://gnome/sources/xdg-desktop-portal-gnome/${lib.versions.major finalAttrs.version}/xdg-desktop-portal-gnome-${finalAttrs.version}.tar.xz";
29-
hash = "sha256-1CD/chc7BNyUkdPX3YzJYgT38/J8TL6mAkNh6pg592k=";
29+
hash = "sha256-S1NoqhncCqYsioTkgciiZJC013x5ALjlydQyzpHxJ0w=";
3030
};
3131

3232
nativeBuildInputs = [

0 commit comments

Comments
 (0)