about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-01-16 21:07:06 -0500
committerGitHub <noreply@github.com>2020-01-16 21:07:06 -0500
commit0d7ca4ff088a55fd53825b9518e868b3e6d9ba33 (patch)
tree0a1e3d42593a5104945c5853fa7a596a4b5cf08b /pkgs/applications
parentaf2f66e9ce4a08e09901d2698871a8b513f4725a (diff)
parentc7f5569bd2bd02a3e920230a39ed8d0db03d0e6f (diff)
downloadnixlib-0d7ca4ff088a55fd53825b9518e868b3e6d9ba33.tar
nixlib-0d7ca4ff088a55fd53825b9518e868b3e6d9ba33.tar.gz
nixlib-0d7ca4ff088a55fd53825b9518e868b3e6d9ba33.tar.bz2
nixlib-0d7ca4ff088a55fd53825b9518e868b3e6d9ba33.tar.lz
nixlib-0d7ca4ff088a55fd53825b9518e868b3e6d9ba33.tar.xz
nixlib-0d7ca4ff088a55fd53825b9518e868b3e6d9ba33.tar.zst
nixlib-0d7ca4ff088a55fd53825b9518e868b3e6d9ba33.zip
Merge pull request #77663 from turboMaCk/skypeforlinux8.55.0.141
skypeforlinux: 8.55.0.123 -> 8.55.0.141
Diffstat (limited to 'pkgs/applications')
-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 d43d8e1f988a..500f8f3fe873 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.55.0.123";
+  version = "8.55.0.141";
 
   rpath = stdenv.lib.makeLibraryPath [
     alsaLib
@@ -63,7 +63,7 @@ let
           "https://repo.skype.com/deb/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 = "08dvgqwj7f8k3xv5kv96k6v6ga1v2chif9m7amncg6ppp81hy7nx";
+        sha256 = "0yfbxrnf2mjihrsvp0r81kbxh3rfh53y7sbfp3bwqky951a93qis";
       }
     else
       throw "Skype for linux is not supported on ${stdenv.hostPlatform.system}";