about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/skypeforlinux
diff options
context:
space:
mode:
authorPascal Bach <pascal.bach@nextrem.ch>2020-10-18 10:21:59 +0200
committerPascal Bach <pascal.bach@nextrem.ch>2020-10-20 18:39:10 +0200
commit6ee7c68f945b9cbfd0af8ef27923cac5519f61e9 (patch)
tree9a0da84c51a1d50e5d3679c3f2aeaee1f45bc6e7 /pkgs/applications/networking/instant-messengers/skypeforlinux
parentafc8027dded5927a48f0c7469edf631a1978c9a5 (diff)
skypeforlinux: 8.64.0.81 -> 8.65.0.78
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 bc5fa0e1f1257..b7aa2d845b17d 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.64.0.81";
+  version = "8.65.0.78";
 
   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 = "0p6sp45kabm97p3hp3wp087b3k42m26ji99kzhpsz3n9vzjiczjh";
+        sha256 = "04qcpz3w2clpa23axh0xx68rm792d2l029r3wy1hfzbxd51z09lh";
       }
     else
       throw "Skype for linux is not supported on ${stdenv.hostPlatform.system}";