about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/skypeforlinux
diff options
context:
space:
mode:
authorHedtke, Moritz <Moritz.Hedtke@t-online.de>2021-02-06 17:57:54 +0100
committerHedtke, Moritz <Moritz.Hedtke@t-online.de>2021-02-06 17:57:54 +0100
commita68229eefbb234864352a9b582432ac480840110 (patch)
tree8f593972928792b55d3ab105f4bbec3b6cd6fe82 /pkgs/applications/networking/instant-messengers/skypeforlinux
parent00ab9357817884b9eca7539133a266cc1d6205c2 (diff)
skypeforlinux: 8.66.0.74 -> 8.68.0.100
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/skypeforlinux')
-rw-r--r--pkgs/applications/networking/instant-messengers/skypeforlinux/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/skypeforlinux/default.nix b/pkgs/applications/networking/instant-messengers/skypeforlinux/default.nix
index 09452aa90b6cb..fe7a2e3ba0f36 100644
--- a/pkgs/applications/networking/instant-messengers/skypeforlinux/default.nix
+++ b/pkgs/applications/networking/instant-messengers/skypeforlinux/default.nix
@@ -7,7 +7,7 @@ let
 
   # Please keep the version x.y.0.z and do not update to x.y.76.z because the
   # source of the latter disappears much faster.
-  version = "8.66.0.74";
+  version = "8.68.0.100";
 
   rpath = lib.makeLibraryPath [
     alsaLib
@@ -65,7 +65,7 @@ let
           "https://mirror.cs.uchicago.edu/skype/pool/main/s/skypeforlinux/skypeforlinux_${version}_amd64.deb"
           "https://web.archive.org/web/https://repo.skype.com/deb/pool/main/s/skypeforlinux/skypeforlinux_${version}_amd64.deb"
         ];
-        sha256 = "11bpzr3j6fa5x62xrx2q2sr1wxjrn0a37053j4prxjcvdrc5in8f";
+        sha256 = "gHjgQRdNABO+R+fcDurHDAQtZpckIxLbODM6Txz+LH4=";
       }
     else
       throw "Skype for linux is not supported on ${stdenv.hostPlatform.system}";