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: 885a6658073f
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: 025deb80b241
Choose a head ref
  • 11 commits
  • 5 files changed
  • 8 contributors

Commits on May 16, 2020

  1. php74: 7.4.4 -> 7.4.5

    Changelog: https://www.php.net/ChangeLog-7.php#7.4.5
    (cherry picked from commit 52d2e99)
    etu committed May 16, 2020
    Copy the full SHA
    0cf13dd View commit details
  2. php74: 7.4.5 -> 7.4.6

    Changelog: https://www.php.net/ChangeLog-7.php#7.4.6
    (cherry picked from commit a779efc)
    etu committed May 16, 2020
    Copy the full SHA
    99f7c26 View commit details
  3. vscode, vscodium: 1.44.1 -> 1.44.2

    (cherry picked from commit ba774d4)
    Roman Kuznetsov authored and eadwu committed May 16, 2020
    Copy the full SHA
    78a2877 View commit details
  4. vscode: 1.44.2 -> 1.45.0

    (cherry picked from commit 301905d)
    eadwu committed May 16, 2020
    Copy the full SHA
    44f95f4 View commit details
  5. vscodium: 1.44.2 -> 1.45.0

    (cherry picked from commit 36fb04b)
    eadwu committed May 16, 2020
    Copy the full SHA
    b33349c View commit details
  6. vscode: remove unused option

    The option "--skip-getting-started" no longer exists in vscode and causes files in "$@" to not be opened.
    Message from stdout: "Warning: 'skip-getting-started' is not in the list of known options, but still passed to Electron/Chromium."
    "--skip-getting-started" being removed: microsoft/vscode@6a8b201
    
    (cherry picked from commit f1e6d96a7831c7c9ea8243ea6d632ac604bbfe3a)
    rtldg authored and eadwu committed May 16, 2020
    Copy the full SHA
    8396a9f View commit details
  7. vscodium: Fix .desktop file

    (cherry picked from commit 91f58ec)
    turion authored and eadwu committed May 16, 2020
    Copy the full SHA
    9624df4 View commit details
  8. signal-desktop: 1.34.0 -> 1.34.1

    (cherry picked from commit 347882f)
    primeos committed May 16, 2020
    Copy the full SHA
    9f0c972 View commit details
  9. Merge pull request #87964 from primeos/signal-desktop-backport

    [20.03] signal-desktop: 1.34.0 -> 1.34.1 (backport)
    primeos authored May 16, 2020
    Copy the full SHA
    c999d2b View commit details
  10. Merge pull request #87937 from etu/20.03-php74-update

    [20.03] php74: 7.4.4 -> 7.4.6
    talyz authored May 16, 2020
    Copy the full SHA
    bfa2cd0 View commit details

Commits on May 17, 2020

  1. Merge pull request #87961 from eadwu/vscode/05-2020

    vscode: 02/2020 backports
    marsam authored May 17, 2020
    Copy the full SHA
    025deb8 View commit details
2 changes: 0 additions & 2 deletions pkgs/applications/editors/vscode/generic.nix
Original file line number Diff line number Diff line change
@@ -78,8 +78,6 @@ in
mkdir -p $out/lib/vscode $out/bin
cp -r ./* $out/lib/vscode
substituteInPlace $out/lib/vscode/bin/${executableName} --replace '"$CLI" "$@"' '"$CLI" "--skip-getting-started" "$@"'
ln -s $out/lib/vscode/bin/${executableName} $out/bin
mkdir -p $out/share/applications
6 changes: 3 additions & 3 deletions pkgs/applications/editors/vscode/vscode.nix
Original file line number Diff line number Diff line change
@@ -11,8 +11,8 @@ let
archive_fmt = if system == "x86_64-darwin" then "zip" else "tar.gz";

sha256 = {
x86_64-linux = "15jg39hmlnicq0zrz77yar1bmn5y6gp2670dya2qm5klhva9hd0f";
x86_64-darwin = "1ghqhn46jpbj3is8q5zcj0biyc7gwinhiz3qdpcnf88ga2blcsz8";
x86_64-linux = "16zchjp72m6n6za4ak5kn2ax1s5pjfn7l082d6gfbb2y62isvs7q";
x86_64-darwin = "0w35s6nxagcnd6xcm6bp0m63agkqxffig61cr3nnmpbcgj9zc969";
}.${system};
in
callPackage ./generic.nix rec {
@@ -21,7 +21,7 @@ in

# Please backport all compatible updates to the stable release.
# This is important for the extension ecosystem.
version = "1.44.1";
version = "1.45.0";
pname = "vscode";

executableName = "code" + lib.optionalString isInsiders "-insiders";
8 changes: 4 additions & 4 deletions pkgs/applications/editors/vscode/vscodium.nix
Original file line number Diff line number Diff line change
@@ -11,8 +11,8 @@ let
archive_fmt = if system == "x86_64-darwin" then "zip" else "tar.gz";

sha256 = {
x86_64-linux = "16qwhnxpwarnwvlxwvy13g687g1cnfzysq16qkykkhqig0cnalmb";
x86_64-darwin = "1p9qkbj59bfc0kn9fzg99gqxbzwxq297qxivxcjflsapd712s4vm";
x86_64-linux = "1wb4s2jw90irlawgl6539gwl0xwaxglaksmbcddbvnr6rq3ypn8n";
x86_64-darwin = "16c1r7knfd5pfqhnk77nanh82azkc28pwkqfcyasbdgm70k17d3p";
}.${system};

sourceRoot = {
@@ -27,12 +27,12 @@ in

# Please backport all compatible updates to the stable release.
# This is important for the extension ecosystem.
version = "1.44.1";
version = "1.45.0";
pname = "vscodium";

executableName = "codium";
longName = "VSCodium";
shortName = "Codium";
shortName = "vscodium";

src = fetchurl {
url = "https://github.com/VSCodium/vscodium/releases/download/${version}/VSCodium-${plat}-${version}.${archive_fmt}";
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ let
else "");
in stdenv.mkDerivation rec {
pname = "signal-desktop";
version = "1.34.0"; # Please backport all updates to the stable channel.
version = "1.34.1"; # Please backport all updates to the stable channel.
# All releases have a limited lifetime and "expire" 90 days after the release.
# When releases "expire" the application becomes unusable until an update is
# applied. The expiration date for the current release can be extracted with:
@@ -33,7 +33,7 @@ in stdenv.mkDerivation rec {

src = fetchurl {
url = "https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop/signal-desktop_${version}_amd64.deb";
sha256 = "175iir85qlign5ns8wk4x4mf7xw8sriq8jyj61n76is79jjk7b3d";
sha256 = "0v9mqn43vn1w6wppzydkgpbx2752bp7mmpf50wqgvrmhchnywnkj";
};

nativeBuildInputs = [
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/php/default.nix
Original file line number Diff line number Diff line change
@@ -279,7 +279,7 @@ in {
};

php74 = generic {
version = "7.4.4";
sha256 = "17w2m4phhpj76x5fx67vgjrlkcczqvky3f5in1kjg2pch90qz3ih";
version = "7.4.6";
sha256 = "0j133pfwa823d4jhx2hkrrzjl4hswvz00b1z58r5c82xd5sr9vd6";
};
}