From 46142236d9f80d7328fa50ee31f9535701a0c225 Mon Sep 17 00:00:00 2001 From: toonn Date: Tue, 18 Oct 2022 14:58:55 +0200 Subject: [PATCH 1/2] wire-desktop: linux 3.28.2946 -> 3.29.2997 --- .../networking/instant-messengers/wire-desktop/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix b/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix index 97f8e4ea1aea..065970e63f56 100644 --- a/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix +++ b/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix @@ -24,12 +24,12 @@ let version = { x86_64-darwin = "3.28.4393"; - x86_64-linux = "3.28.2946"; + x86_64-linux = "3.29.2997"; }.${system} or throwSystem; sha256 = { x86_64-darwin = "03w8hafwxg4v85s8n3ss6bsr7fipksyjax30dnxxj72x947zygxw"; - x86_64-linux = "03f1qz0mwn6f14w4g1w72sd5idfyvmv18r5y1h279p56x0i919kq"; + x86_64-linux = "0f5kkp93za4yr6ywdgph8zr6ivrbxq2gbskl8jysxawk1pz92pqf"; }.${system} or throwSystem; meta = with lib; { From aa3e6347fc46c5498019823f7df189438ff05638 Mon Sep 17 00:00:00 2001 From: toonn Date: Tue, 18 Oct 2022 15:01:55 +0200 Subject: [PATCH 2/2] wire-desktop: mac 3.28.4393 -> 3.29.4477 --- .../networking/instant-messengers/wire-desktop/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix b/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix index 065970e63f56..7c4b95a06459 100644 --- a/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix +++ b/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix @@ -23,12 +23,12 @@ let pname = "wire-desktop"; version = { - x86_64-darwin = "3.28.4393"; + x86_64-darwin = "3.29.4477"; x86_64-linux = "3.29.2997"; }.${system} or throwSystem; sha256 = { - x86_64-darwin = "03w8hafwxg4v85s8n3ss6bsr7fipksyjax30dnxxj72x947zygxw"; + x86_64-darwin = "19snbd53hjfcqgnz24r85a34fr120b1wps4pv4vymnkxjld2wifc"; x86_64-linux = "0f5kkp93za4yr6ywdgph8zr6ivrbxq2gbskl8jysxawk1pz92pqf"; }.${system} or throwSystem;