skypeforlinux: 5.2.0.1 -> 5.3.0.1
This commit is contained in:
parent
53835c93cb
commit
2bbced71eb
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
|
|
||||||
version = "5.2.0.1";
|
version = "5.3.0.1";
|
||||||
|
|
||||||
rpath = stdenv.lib.makeLibraryPath [
|
rpath = stdenv.lib.makeLibraryPath [
|
||||||
alsaLib
|
alsaLib
|
||||||
@ -24,7 +24,7 @@ let
|
|||||||
gnome2.pango
|
gnome2.pango
|
||||||
|
|
||||||
gnome2.gnome_keyring
|
gnome2.gnome_keyring
|
||||||
|
|
||||||
libnotify
|
libnotify
|
||||||
nspr
|
nspr
|
||||||
nss
|
nss
|
||||||
@ -49,8 +49,8 @@ let
|
|||||||
src =
|
src =
|
||||||
if stdenv.system == "x86_64-linux" then
|
if stdenv.system == "x86_64-linux" then
|
||||||
fetchurl {
|
fetchurl {
|
||||||
url = "https://repo.skype.com/deb/pool/main/s/skypeforlinux/skypeforlinux_5.2.0.1_amd64.deb";
|
url = "https://repo.skype.com/deb/pool/main/s/skypeforlinux/skypeforlinux_${version}_amd64.deb";
|
||||||
sha256 = "1dwyj5wm2amkysbnzxsskq6sl7rbqggm6n4sabnq7wd5xnbq4i06";
|
sha256 = "08sf9nqnznsydw4965w7ixwwba54hjc02ga7vcnz9vpx5hln3nrz";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
throw "Skype for linux is not supported on ${stdenv.system}";
|
throw "Skype for linux is not supported on ${stdenv.system}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user