about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/skypeforlinux
diff options
context:
space:
mode:
authorLancelot SIX <lsix@lancelotsix.com>2020-07-22 17:36:49 +0100
committerLancelot SIX <lsix@lancelotsix.com>2020-07-22 17:36:49 +0100
commitacd4e23124075cd87f45e10d854127ab484f51ad (patch)
tree16f824958a684eadf47f7cf89f8abd3a28fce0ad /pkgs/applications/networking/instant-messengers/skypeforlinux
parent7aa79a703202e40df0468148f4a3e89ec9f28ec3 (diff)
skypeforlinux: 8.61.0.95 -> 8.62.0.85
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 0b89e5cc42d8d..fbafd819f83df 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.61.0.95";
+  version = "8.62.0.85";
 
   rpath = stdenv.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 = "1g8m83invqdkvswxy01gxin6ws7z6dblzwxjcxah1aqscndf17jx";
+        sha256 = "0qlm2hbshxgycczv227bbj2fbiw3b76rp24mh8amhq4xbscazl38";
       }
     else
       throw "Skype for linux is not supported on ${stdenv.hostPlatform.system}";