summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorJon Banafato <jon@jonafato.com>2018-01-13 17:20:33 -0500
committerJon Banafato <jon@jonafato.com>2018-01-13 17:20:33 -0500
commitf6936ea842366d129ee5a04b51077ee28046ec20 (patch)
tree792048e558cff9678e116e0070febf2bd94d5d45 /pkgs/applications/networking
parent1a54596d50615e60f14a0e7bb7012dff87609fa2 (diff)
downloadnixlib-f6936ea842366d129ee5a04b51077ee28046ec20.tar
nixlib-f6936ea842366d129ee5a04b51077ee28046ec20.tar.gz
nixlib-f6936ea842366d129ee5a04b51077ee28046ec20.tar.bz2
nixlib-f6936ea842366d129ee5a04b51077ee28046ec20.tar.lz
nixlib-f6936ea842366d129ee5a04b51077ee28046ec20.tar.xz
nixlib-f6936ea842366d129ee5a04b51077ee28046ec20.tar.zst
nixlib-f6936ea842366d129ee5a04b51077ee28046ec20.zip
skypeforlinux: 8.11.0.4 -> 8.13.0.2
Diffstat (limited to 'pkgs/applications/networking')
-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 11a1efec8abe..f75487565e1d 100644
--- a/pkgs/applications/networking/instant-messengers/skypeforlinux/default.nix
+++ b/pkgs/applications/networking/instant-messengers/skypeforlinux/default.nix
@@ -6,7 +6,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.11.0.4";
+  version = "8.13.0.2";
 
   rpath = stdenv.lib.makeLibraryPath [
     alsaLib
@@ -57,7 +57,7 @@ let
     if stdenv.system == "x86_64-linux" then
       fetchurl {
         url = "https://repo.skype.com/deb/pool/main/s/skypeforlinux/skypeforlinux_${version}_amd64.deb";
-        sha256 = "1chwc4rqcwwim03n6nski5dar33bb1gnadbvcjg6gln3xqr0ipib";
+        sha256 = "15p1v6y8fwx9qj3ag645bvrcw7c1j20v63iy75s4xwsv1siz8cf9";
       }
     else
       throw "Skype for linux is not supported on ${stdenv.system}";