Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 25eb016a2f51
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9ca57dc9171c
Choose a head ref
  • 4 commits
  • 1 file changed
  • 3 contributors

Commits on Aug 2, 2019

  1. Copy the full SHA
    4af7f7d View commit details
  2. skype: 8.46.0.60 -> 8.47.0.59

    (cherry picked from commit dca70ab)
    dtzWill authored and lheckemann committed Aug 2, 2019
    Copy the full SHA
    a800b9b View commit details
  3. skypeforlinux: 8.47.0.59 -> 8.49.0.49

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/skypeforlinux/versions
    
    (cherry picked from commit 2928e4c)
    r-ryantm authored and lheckemann committed Aug 2, 2019
    Copy the full SHA
    429adc6 View commit details
  4. skypeforlinux: 8.49.0.49 => 8.50.0.38

    (cherry picked from commit a0d3143)
    soundray authored and lheckemann committed Aug 2, 2019
    Copy the full SHA
    9ca57dc View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/networking/instant-messengers/skypeforlinux/default.nix
Original file line number Diff line number Diff line change
@@ -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.45.0.41";
version = "8.50.0.38";

rpath = stdenv.lib.makeLibraryPath [
alsaLib
@@ -58,7 +58,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 = "1k54gpaphkjv5qhqlwm2vbxbbci7nra4a5l0bhylkkzhsip6cvcm";
sha256 = "1g0aacp4qgzp3018w1s685yr3ssqlw0z2x6ifrj01k4ig82jfkn6";
}
else
throw "Skype for linux is not supported on ${stdenv.hostPlatform.system}";