summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2019-12-30 07:09:52 -0800
committerGitHub <noreply@github.com>2019-12-30 07:09:52 -0800
commitc94e211a478e6dc696ea66103edef32c67045ecc (patch)
tree60ec3b2ba0e575f91c93b31483195c59ed5efe86 /pkgs
parent83f76b6501efd4c3006c451ba08295f9843449bc (diff)
parent7e3cafe4d912cbaa3879a18052843f315d21af6d (diff)
downloadnixpkgs-c94e211a478e6dc696ea66103edef32c67045ecc.tar
nixpkgs-c94e211a478e6dc696ea66103edef32c67045ecc.tar.gz
nixpkgs-c94e211a478e6dc696ea66103edef32c67045ecc.tar.bz2
nixpkgs-c94e211a478e6dc696ea66103edef32c67045ecc.tar.lz
nixpkgs-c94e211a478e6dc696ea66103edef32c67045ecc.tar.xz
nixpkgs-c94e211a478e6dc696ea66103edef32c67045ecc.tar.zst
nixpkgs-c94e211a478e6dc696ea66103edef32c67045ecc.zip
Merge pull request #76419 from r-ryantm/auto-update/skypeforlinux
skypeforlinux: 8.54.0.91 -> 8.55.0.123
Diffstat (limited to 'pkgs')
-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 a368473b0c8..d43d8e1f988 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.54.0.91";
+  version = "8.55.0.123";
 
   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 = "1hnha8sqk78zxkjqg62npmg6dymi5fnyj2bmxlwpgi61v3pyxj94";
+        sha256 = "08dvgqwj7f8k3xv5kv96k6v6ga1v2chif9m7amncg6ppp81hy7nx";
       }
     else
       throw "Skype for linux is not supported on ${stdenv.hostPlatform.system}";