summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2022-03-04 22:44:37 +0100
committerGitHub <noreply@github.com>2022-03-04 22:44:37 +0100
commit557455e045be20ae739d8150433b339a216944be (patch)
tree7a901cb0e0e75e37a821aa5018ee97ca94d66bf5 /pkgs
parentcc38ba7cdae6b09cc742c9736eb76f70b504a4da (diff)
parent460c429cd998b8ec97ff54bbf360832882da0054 (diff)
downloadnixpkgs-557455e045be20ae739d8150433b339a216944be.tar
nixpkgs-557455e045be20ae739d8150433b339a216944be.tar.gz
nixpkgs-557455e045be20ae739d8150433b339a216944be.tar.bz2
nixpkgs-557455e045be20ae739d8150433b339a216944be.tar.lz
nixpkgs-557455e045be20ae739d8150433b339a216944be.tar.xz
nixpkgs-557455e045be20ae739d8150433b339a216944be.tar.zst
nixpkgs-557455e045be20ae739d8150433b339a216944be.zip
Merge pull request #162178 from r-ryantm/auto-update/skypeforlinux
skypeforlinux: 8.80.0.143 -> 8.81.0.268
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 4fc3d56bacc..b23f4f107ae 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.80.0.143";
+  version = "8.81.0.268";
 
   rpath = lib.makeLibraryPath [
     alsa-lib
@@ -68,7 +68,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 = "sha256-SLypP+ZRHMWeB3KuvmmYb0Y1T3ipSpWNiYYQIzMCDDY=";
+        sha256 = "sha256-MqXLK+AdYkQVTeTjul9Dru78597FuThRUVq7/y9FYUU=";
       }
     else
       throw "Skype for linux is not supported on ${stdenv.hostPlatform.system}";