about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2024-04-19 09:55:00 +0800
committerThomas Gerbet <thomas@gerbet.me>2024-04-21 15:13:11 +0200
commitb21dd03aafc40e34b2869f9554a0e94a8e6316ad (patch)
tree5211fb30867d70c48bfe03c10b2bebb9e3b23ee7
parent955906f72eb25d9f3008292d266bd9048a01d67d (diff)
xdg-desktop-portal: 1.18.3 → 1.18.4
https://github.com/flatpak/xdg-desktop-portal/compare/1.18.3...1.18.4

CVE-2024-32462

(cherry picked from commit aeeb6baeb8feb414623a361af2c420d62cd6dc37)
-rw-r--r--pkgs/development/libraries/xdg-desktop-portal/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/xdg-desktop-portal/default.nix b/pkgs/development/libraries/xdg-desktop-portal/default.nix
index f3b1368e9ab9d..1dc53d03bd04c 100644
--- a/pkgs/development/libraries/xdg-desktop-portal/default.nix
+++ b/pkgs/development/libraries/xdg-desktop-portal/default.nix
@@ -31,7 +31,7 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "xdg-desktop-portal";
-  version = "1.18.3";
+  version = "1.18.4";
 
   outputs = [ "out" "installedTests" ];
 
@@ -39,7 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
     owner = "flatpak";
     repo = "xdg-desktop-portal";
     rev = finalAttrs.version;
-    hash = "sha256-VqIQLUAf/n5m1tHCvnlxi0eaLOuG1R44tMFI/Hc992A=";
+    hash = "sha256-o+aO7uGewDPrtgOgmp/CE2uiqiBLyo07pVCFrtlORFQ=";
   };
 
   patches = [