summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2020-08-07 10:01:04 +0200
committerGitHub <noreply@github.com>2020-08-07 10:01:04 +0200
commit776476c4a3441db864103230f396bb90be9dc057 (patch)
treeb97a1214f1267e22f13e3117e0878d51cb576dba
parent6d85f8d55bfd0172efdffd3e11ab08fb738f435c (diff)
parent787a38bf6b4f3f5ea3b08d455e89145c1b09452f (diff)
downloadnixpkgs-776476c4a3441db864103230f396bb90be9dc057.tar
nixpkgs-776476c4a3441db864103230f396bb90be9dc057.tar.gz
nixpkgs-776476c4a3441db864103230f396bb90be9dc057.tar.bz2
nixpkgs-776476c4a3441db864103230f396bb90be9dc057.tar.lz
nixpkgs-776476c4a3441db864103230f396bb90be9dc057.tar.xz
nixpkgs-776476c4a3441db864103230f396bb90be9dc057.tar.zst
nixpkgs-776476c4a3441db864103230f396bb90be9dc057.zip
Merge pull request #94758 from toonn/wire-desktop-bump
wire-desktop: linux 3.18.2925 -> 3.19.2928, mac 3.18.3728 -> 3.19.3799
-rw-r--r--pkgs/applications/networking/instant-messengers/wire-desktop/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix b/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix
index 8d874c58191..532eeb1d038 100644
--- a/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix
+++ b/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix
@@ -20,13 +20,13 @@ let
   pname = "wire-desktop";
 
   version = {
-    x86_64-darwin = "3.18.3728";
-    x86_64-linux = "3.18.2925";
+    x86_64-darwin = "3.19.3799";
+    x86_64-linux = "3.19.2928";
   }.${system} or throwSystem;
 
   sha256 = {
-    x86_64-darwin = "0xi3k95yw59xsfavncc1giwxlwjz26z34qm3i604ksjjalvpzy5l";
-    x86_64-linux = "01g39hncj1w0zyfrzv4mgv8npwvx0g0lw99azyai99877b30bm8j";
+    x86_64-darwin = "1sv8n4g1pd4nwpwsg0m61zhrfjlh7sj29rnh46xjw1qg332g6cw9";
+    x86_64-linux = "038h1j59qfj5ckaxk823qpfflxay47v0jrqc0hmrdmnd2y59dpx7";
   }.${system} or throwSystem;
 
   meta = with stdenv.lib; {