flatpak: 1.14.8 -> 1.14.10

Fixes CVE-2024-42472

Changelog: https://github.com/flatpak/flatpak/releases/tag/1.14.10
This commit is contained in:
Sandro Jäckel
2024-08-14 21:29:23 +02:00
parent ff5ec3eb34
commit d6898a6bda
+2 -2
View File
@@ -58,7 +58,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "flatpak";
version = "1.14.8";
version = "1.14.10";
# 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-EBa3Mn96+HiW+VRl9+WBN1DTtwSaN0ChpN3LX6jFNI4=";
hash = "sha256-a73HkIEnNQrYWkpH1wKSyi9MRul3sysf0jHCpxnYIc0=";
};
patches = [