about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmmanuel Rosa <goaway1000@gmail.com>2019-03-02 19:33:20 +0700
committerEmmanuel Rosa <goaway1000@gmail.com>2019-03-02 19:33:20 +0700
commitdc60b62b2a5d71055cc850266c927bd6986761e4 (patch)
treeefb8767aea66c4665182b8f41671ca6c8049a8d9
parent812a99d9ffb2cc3adb4617e0d20e4e52defec0ba (diff)
downloadnixlib-dc60b62b2a5d71055cc850266c927bd6986761e4.tar
nixlib-dc60b62b2a5d71055cc850266c927bd6986761e4.tar.gz
nixlib-dc60b62b2a5d71055cc850266c927bd6986761e4.tar.bz2
nixlib-dc60b62b2a5d71055cc850266c927bd6986761e4.tar.lz
nixlib-dc60b62b2a5d71055cc850266c927bd6986761e4.tar.xz
nixlib-dc60b62b2a5d71055cc850266c927bd6986761e4.tar.zst
nixlib-dc60b62b2a5d71055cc850266c927bd6986761e4.zip
skypeforlinux: 8.32.0.44 -> 8.34.0.78
-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 49e5a12d447c..f510e0e783ec 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.32.0.44";
+  version = "8.34.0.78";
 
   rpath = stdenv.lib.makeLibraryPath [
     alsaLib
@@ -56,7 +56,7 @@ let
     if stdenv.hostPlatform.system == "x86_64-linux" then
       fetchurl {
         url = "https://repo.skype.com/deb/pool/main/s/skypeforlinux/skypeforlinux_${version}_amd64.deb";
-        sha256 = "0yzh4bmv8mrfp0ml9nhcpcy0lhi8jp1fnmnxy0krvnphkp8750c7";
+        sha256 = "1986nvdw1cpj06rq76hjsif0j4z5g2k01v73r4c4n43q7dgzl5z0";
       }
     else
       throw "Skype for linux is not supported on ${stdenv.hostPlatform.system}";