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: 54e78e87b094
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: 10dbdd30d199
Choose a head ref
  • 7 commits
  • 11 files changed
  • 5 contributors

Commits on Jan 31, 2019

  1. linux: 4.9.153 -> 4.9.154

    (cherry picked from commit 468b6ce)
    NeQuissimus committed Jan 31, 2019
    Copy the full SHA
    d2c9ee8 View commit details
  2. linux: 4.14.96 -> 4.14.97

    (cherry picked from commit f623dac)
    NeQuissimus committed Jan 31, 2019
    Copy the full SHA
    4bb7f34 View commit details
  3. linux: 4.19.18 -> 4.19.19

    (cherry picked from commit e4c1ce9)
    NeQuissimus committed Jan 31, 2019
    Copy the full SHA
    76fc5f4 View commit details
  4. julia: add 1.1.0

    (cherry picked from commit bfc3789)
    rbvermaa committed Jan 31, 2019
    Copy the full SHA
    22a34b2 View commit details
  5. Copy the full SHA
    e1271ae View commit details

Commits on Feb 1, 2019

  1. i2p: 0.9.35 -> 0.9.38

    (cherry picked from commit f7165b2)
    bendlas committed Feb 1, 2019
    Copy the full SHA
    77e29cd View commit details
  2. nixops: 1.6 -> 1.6.1

    (cherry picked from commit 8b85a86)
    Signed-off-by: Domen Kožar <domen@dev.si>
    domenkozar committed Feb 1, 2019
    Copy the full SHA
    10dbdd3 View commit details
12 changes: 12 additions & 0 deletions pkgs/applications/networking/browsers/chromium/common.nix
Original file line number Diff line number Diff line change
@@ -12,6 +12,7 @@
, utillinux, alsaLib
, bison, gperf
, glib, gtk2, gtk3, dbus-glib
, glibc
, libXScrnSaver, libXcursor, libXtst, libGLU_combined
, protobuf, speechd, libXdamage, cups
, ffmpeg, libxslt, libxml2, at-spi2-core
@@ -163,6 +164,17 @@ let
'return sandbox_binary;' \
'return base::FilePath(GetDevelSandboxPath());'
substituteInPlace services/audio/audio_sandbox_hook_linux.cc \
--replace \
'/usr/share/alsa/' \
'${alsaLib}/share/alsa/' \
--replace \
'/usr/lib/x86_64-linux-gnu/gconv/' \
'${glibc}/lib/gconv/' \
--replace \
'/usr/share/locale/' \
'${glibc}/share/locale/'
sed -i -e 's@"\(#!\)\?.*xdg-@"\1${xdg_utils}/bin/xdg-@' \
chrome/browser/shell_integration_linux.cc
3 changes: 3 additions & 0 deletions pkgs/development/compilers/julia/0.7.nix
Original file line number Diff line number Diff line change
@@ -3,4 +3,7 @@ import ./shared.nix {
minorVersion = "7";
maintenanceVersion = "0";
src_sha256 = "1j57569qm2ii8ddzsp08hds2navpk7acdz83kh27dvk44axhwj6f";

libuvVersion = "ed3700c849289ed01fe04273a7bf865340b2bd7e";
libuvSha256 = "137w666zsjw1p0ma3lf94d75hr1q45sgkfmbizkyji2qm57cnxjs";
}
3 changes: 3 additions & 0 deletions pkgs/development/compilers/julia/1.0.nix
Original file line number Diff line number Diff line change
@@ -3,4 +3,7 @@ import ./shared.nix {
minorVersion = "0";
maintenanceVersion = "3";
src_sha256 = "0666chsc19wx02k5m1yilf6wbc9bw27ay8p1d00jkh8m0jkrpf7l";

libuvVersion = "ed3700c849289ed01fe04273a7bf865340b2bd7e";
libuvSha256 = "137w666zsjw1p0ma3lf94d75hr1q45sgkfmbizkyji2qm57cnxjs";
}
9 changes: 9 additions & 0 deletions pkgs/development/compilers/julia/1.1.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import ./shared.nix {
majorVersion = "1";
minorVersion = "1";
maintenanceVersion = "0";
src_sha256 = "08fyck4qcdv9nnrdqh1wb7lb8pkkikh67xx5lc872sjl9w3p0sak";

libuvVersion = "2348256acf5759a544e5ca7935f638d2bc091d60";
libuvSha256 = "1363f4vqayfcv5zqg07qmzjff56yhad74k16c22ian45lram8mv8";
}
6 changes: 4 additions & 2 deletions pkgs/development/compilers/julia/shared.nix
Original file line number Diff line number Diff line change
@@ -2,6 +2,9 @@
, minorVersion
, maintenanceVersion
, src_sha256
# source deps
, libuvVersion
, libuvSha256
}:
{ stdenv, fetchurl, fetchzip
# build tools
@@ -34,10 +37,9 @@ let
sha256 = "03kaqbjbi6viz0n33dk5jlf6ayxqlsq4804n7kwkndiga9s4hd42";
};

libuvVersion = "ed3700c849289ed01fe04273a7bf865340b2bd7e";
libuv = fetchurl {
url = "https://api.github.com/repos/JuliaLang/libuv/tarball/${libuvVersion}";
sha256 = "137w666zsjw1p0ma3lf94d75hr1q45sgkfmbizkyji2qm57cnxjs";
sha256 = libuvSha256;
};

rmathVersion = "0.1";
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-4.14.nix
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
with stdenv.lib;

buildLinux (args // rec {
version = "4.14.96";
version = "4.14.97";

# modDirVersion needs to be x.y.z, will automatically add .0 if needed
modDirVersion = if (modDirVersionArg == null) then concatStrings (intersperse "." (take 3 (splitString "." "${version}.0"))) else modDirVersionArg;
@@ -13,6 +13,6 @@ buildLinux (args // rec {

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "1dgcy0wy56rqd4w6qsbzassfwbamcxnyirfwr077wss13apaw38i";
sha256 = "1x25x6scd81npiald8i5ybb5yy3n0dh6x56avm0n5z5bvlqwilld";
};
} // (args.argsOverride or {}))
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-4.19.nix
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
with stdenv.lib;

buildLinux (args // rec {
version = "4.19.18";
version = "4.19.19";

# modDirVersion needs to be x.y.z, will automatically add .0 if needed
modDirVersion = if (modDirVersionArg == null) then concatStrings (intersperse "." (take 3 (splitString "." "${version}.0"))) else modDirVersionArg;
@@ -13,6 +13,6 @@ buildLinux (args // rec {

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "1wgk1zpv3nyz44zb2j3qjrp35hkh2cfjg8m8smy8nxmzz5lc1zaz";
sha256 = "1gb98s14w8gzbgd9r6hmppal92lqfjhf1s1rn1p6k7a7f3vcmbwr";
};
} // (args.argsOverride or {}))
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-4.9.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, buildPackages, fetchurl, perl, buildLinux, ... } @ args:

buildLinux (args // rec {
version = "4.9.153";
version = "4.9.154";
extraMeta.branch = "4.9";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "06kksywm8yjvmhmwdkqmm6546j5nqprsal3k22p981smqag94rlh";
sha256 = "15jnkpf6kg061970cwh2z0l6nscffl63y1d0rq5f2y3gq4d4ycav";
};
} // (args.argsOverride or {}))
4 changes: 2 additions & 2 deletions pkgs/tools/networking/i2p/default.nix
Original file line number Diff line number Diff line change
@@ -27,10 +27,10 @@ let wrapper = stdenv.mkDerivation rec {
in

stdenv.mkDerivation rec {
name = "i2p-0.9.35";
name = "i2p-0.9.38";
src = fetchurl {
url = "https://github.com/i2p/i2p.i2p/archive/${name}.tar.gz";
sha256 = "02p76vn1777lgv4zs27r6i9s4yk7b2x61b25i8dqmn6j60y3fa4g";
sha256 = "0fxn8q6ccpjxr41s97nmjxg7hx12dzwrm5a7gyxgr44r7l77qlv6";
};
buildInputs = [ jdk ant gettext which ];
patches = [ ./i2p.patch ];
4 changes: 2 additions & 2 deletions pkgs/tools/package-management/nixops/default.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{ callPackage, fetchurl }:

callPackage ./generic.nix (rec {
version = "1.6";
version = "1.6.1";
src = fetchurl {
url = "http://nixos.org/releases/nixops/nixops-${version}/nixops-${version}.tar.bz2";
sha256 = "0f8ql1a9maf9swl8q054b1haxqckdn78p2xgpwl7paxc98l67i7x";
sha256 = "0lfx5fhyg3z6725ydsk0ibg5qqzp5s0x9nbdww02k8s307axiah3";
};
})
9 changes: 8 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
@@ -6979,7 +6979,14 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) CoreServices ApplicationServices;
};

julia = julia_06;
julia_11 = callPackage ../development/compilers/julia/1.1.nix {
gmp = gmp6;
openblas = openblasCompat;
inherit (darwin.apple_sdk.frameworks) CoreServices ApplicationServices;
};

julia_1 = julia_10;
julia = julia_1;

jwasm = callPackage ../development/compilers/jwasm { };