flatpak: 1.14.5 → 1.14.6

https://github.com/flatpak/flatpak/compare/1.14.5...1.14.6

CVE-2024-32462
This commit is contained in:
R. Ryantm 2024-04-19 01:09:01 +00:00 committed by Bobby Rong
parent 1f3ac32a1e
commit 2d41d30ae5
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -54,14 +54,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "flatpak";
version = "1.14.5";
version = "1.14.6";
# TODO: split out lib once we figure out what to do with triggerdir
outputs = [ "out" "dev" "man" "doc" "devdoc" "installedTests" ];
src = fetchurl {
url = "https://github.com/flatpak/flatpak/releases/download/${finalAttrs.version}/flatpak-${finalAttrs.version}.tar.xz";
sha256 = "sha256-W3DGTOesE04eoIARJW5COuXFTydyl0QVg/d9AT8n/6w="; # Taken from https://github.com/flatpak/flatpak/releases/
sha256 = "sha256-U482ssb4xw7v0S0TrVsa2DCCAQaovTqfa45NnegeSUY="; # Taken from https://github.com/flatpak/flatpak/releases/
};
patches = [