about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers
diff options
context:
space:
mode:
authorDaniƫl de Kok <me@danieldk.eu>2020-07-08 09:10:28 +0200
committerGitHub <noreply@github.com>2020-07-08 09:10:28 +0200
commite9e07d8c3cc9f886dfd43653663df15f1558b735 (patch)
tree77c6faf2076186bd282a8d43e0576ee4ec831604 /pkgs/applications/networking/instant-messengers
parentb31ec450fe7d96d1ffec757ca45fdfc710b803b6 (diff)
parentf01d9cf8d58846269e49bf5c751924d47f742535 (diff)
Merge pull request #92599 from r-ryantm/auto-update/skypeforlinux
skypeforlinux: 8.60.0.76 -> 8.61.0.95
Diffstat (limited to 'pkgs/applications/networking/instant-messengers')
-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 e7ba1e7f9aace..0b89e5cc42d8d 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.60.0.76";
+  version = "8.61.0.95";
 
   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 = "1y919ki0c17vip90fln17impwky08qgprw0j1dgz239qqpwakn7a";
+        sha256 = "1g8m83invqdkvswxy01gxin6ws7z6dblzwxjcxah1aqscndf17jx";
       }
     else
       throw "Skype for linux is not supported on ${stdenv.hostPlatform.system}";