flatpak: 1.14.6 -> 1.14.8

1.14.8 is identical to 1.14.7, with the exception of mismatching
submodule versions in the release tarball being fixed

Changelog: https://github.com/flatpak/flatpak/releases/tag/1.14.7
This commit is contained in:
seth 2024-06-25 18:13:17 +00:00
parent bb50e484f1
commit 81bce575de
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86
2 changed files with 9 additions and 9 deletions

View File

@ -58,7 +58,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "flatpak";
version = "1.14.6";
version = "1.14.8";
# TODO: split out lib once we figure out what to do with triggerdir
outputs = [
@ -72,7 +72,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "https://github.com/flatpak/flatpak/releases/download/${finalAttrs.version}/flatpak-${finalAttrs.version}.tar.xz";
hash = "sha256-U482ssb4xw7v0S0TrVsa2DCCAQaovTqfa45NnegeSUY=";
hash = "sha256-EBa3Mn96+HiW+VRl9+WBN1DTtwSaN0ChpN3LX6jFNI4=";
};
patches = [

View File

@ -1,12 +1,12 @@
diff --git a/common/flatpak-run.c b/common/flatpak-run.c
index 6f54a9d0..102d9b90 100644
index e3f031d4..ed131c0b 100644
--- a/common/flatpak-run.c
+++ b/common/flatpak-run.c
@@ -1902,6 +1902,7 @@ static const ExportData default_exports[] = {
@@ -571,6 +571,7 @@ static const ExportData default_exports[] = {
{"XKB_CONFIG_ROOT", NULL},
{"GIO_EXTRA_MODULES", NULL},
{"GDK_BACKEND", NULL},
{"VK_DRIVER_FILES", NULL},
{"VK_ICD_FILENAMES", NULL},
+ {"GDK_PIXBUF_MODULE_FILE", NULL},
};
static const ExportData no_ld_so_cache_exports[] = {
{"VK_ADD_DRIVER_FILES", NULL},
{"VK_ADD_LAYER_PATH", NULL},
{"VK_DRIVER_FILES", NULL},