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: f02bbfc0eab7
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: eabe7b845f86
Choose a head ref
  • 19 commits
  • 16 files changed
  • 11 contributors

Commits on May 13, 2019

  1. Copy the full SHA
    fa3f68e View commit details
  2. Copy the full SHA
    872f056 View commit details
  3. ell: 0.19 -> 0.20

    dtzWill committed May 13, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    dtzWill Will Dietz
    Copy the full SHA
    12a1533 View commit details
  4. iwd: 0.17 -> 0.18

    dtzWill committed May 13, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    dtzWill Will Dietz
    Copy the full SHA
    7bff53a View commit details
  5. mruby: 2.0.0 -> 2.0.1

    samueldr committed May 13, 2019
    Copy the full SHA
    251c22a View commit details

Commits on May 14, 2019

  1. usbutils: 010 -> 012

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/usbutils/versions
    r-ryantm authored and FRidh committed May 14, 2019
    Copy the full SHA
    d1419b9 View commit details
  2. tcsh: 6.20.00 -> 6.21.00

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/tcsh/versions
    r-ryantm authored and FRidh committed May 14, 2019
    Copy the full SHA
    c9d1ef7 View commit details
  3. tbb: 2019_U5 -> 2019_U6

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/tbb/versions
    r-ryantm authored and FRidh committed May 14, 2019
    Copy the full SHA
    9f4f037 View commit details
  4. i2pd: 2.24.0 -> 2.25.0

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/i2pd/versions
    r-ryantm authored and FRidh committed May 14, 2019
    Copy the full SHA
    a9a19ba View commit details
  5. python37Packages.qtconsole: 4.4.3 -> 4.4.4

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/python3.7-qtconsole/versions
    r-ryantm authored and FRidh committed May 14, 2019
    Copy the full SHA
    bb86340 View commit details
  6. python37Packages.smart_open: 1.8.2 -> 1.8.3

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/python3.7-smart_open/versions
    r-ryantm authored and FRidh committed May 14, 2019
    Copy the full SHA
    59046e9 View commit details
  7. Merge pull request #61418 from samueldr/update/mruby/2.0.1

    mruby: 2.0.0 -> 2.0.1
    c0bw3b authored May 14, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    03a48d4 View commit details
  8. wine-{unstable,staging}: 4.7 -> 4.8

    nyanloutre authored and FRidh committed May 14, 2019
    Copy the full SHA
    f2affe0 View commit details
  9. ctrtool: init at 0.15

    marius851000 committed May 14, 2019
    Copy the full SHA
    006d4b0 View commit details
  10. nginxModules: update nginx modules (#61443)

    nginxModules: update nginx modules
    Mic92 authored May 14, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b2481d6 View commit details
  11. Merge pull request #56402 from marius851000/ctrtool

    ctrtool: init at 0.15
    aanderse authored May 14, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    751c91c View commit details
  12. Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    a8616cb View commit details
  13. Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    e986f3f View commit details
  14. Merge pull request #61472 from dtzWill/update/iwd-0.18-ell-0.20

    iwd: 0.17 -> 0.18, ell: 0.19 -> 0.20
    teto authored May 14, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    eabe7b8 View commit details
794 changes: 397 additions & 397 deletions pkgs/applications/networking/browsers/firefox-bin/beta_sources.nix

Large diffs are not rendered by default.

794 changes: 397 additions & 397 deletions pkgs/applications/networking/browsers/firefox-bin/devedition_sources.nix

Large diffs are not rendered by default.

This file was deleted.

10 changes: 3 additions & 7 deletions pkgs/development/compilers/mruby/default.nix
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
{ stdenv, ruby, bison, fetchFromGitHub }:

stdenv.mkDerivation rec {
name = "mruby-${version}";
version = "2.0.0";
pname = "mruby";
version = "2.0.1";

src = fetchFromGitHub {
owner = "mruby";
repo = "mruby";
rev = version;
sha256 = "1r6w1asjshff43ymdwa6xmrkggza99mi2kw88k7ic6ag2j81hcj5";
sha256 = "1zm2d5kj9fnfx8ifj8ysrrr838ipwmvz35byzjhprakrg64911p9";
};

patches = [
./0001-Disables-IO-isatty-test-for-sandboxed-builds.patch
];

nativeBuildInputs = [ ruby bison ];

# Necessary so it uses `gcc` instead of `ld` for linking.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/tbb/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

with stdenv.lib; stdenv.mkDerivation rec {
name = "tbb-${version}";
version = "2019_U5";
version = "2019_U6";

src = fetchFromGitHub {
owner = "01org";
repo = "tbb";
rev = version;
sha256 = "0390da1iya2mvn3ribjb1f8yvzsqsf5b16wn6dqbjxcz0crmwlzk";
sha256 = "1zbf06l659vq6s5wp3ln96ycwcd42caffan5vilqvqyxqvjljyic";
};

makeFlags = concatStringsSep " " (
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/qtconsole/default.nix
Original file line number Diff line number Diff line change
@@ -14,11 +14,11 @@

buildPythonPackage rec {
pname = "qtconsole";
version = "4.4.3";
version = "4.4.4";

src = fetchPypi {
inherit pname version;
sha256 = "1b03n1ixzscm0jw97l4dq5iy4fslnqxq5bb8287xb7n2a1gs26xw";
sha256 = "1qqyk5wlaps1m2hb5n2q1gynw2ayqn31dvxwwni4450ygf65arx6";
};

checkInputs = [ nose ] ++ lib.optionals isPy27 [mock];
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/smart_open/default.nix
Original file line number Diff line number Diff line change
@@ -12,11 +12,11 @@

buildPythonPackage rec {
pname = "smart_open";
version = "1.8.2";
version = "1.8.3";

src = fetchPypi {
inherit pname version;
sha256 = "d3c16477ad7e8f94ab033630ea31993670ad21153172367db1acb143077d501c";
sha256 = "029b0ns6q9vl4pyk1w7jp4dvif1mfgr53a58z1p8zipwnhkfwnih";
};

# nixpkgs version of moto is >=1.2.0, remove version pin to fix build
6 changes: 3 additions & 3 deletions pkgs/misc/emulators/wine/sources.nix
Original file line number Diff line number Diff line change
@@ -39,16 +39,16 @@ in rec {

unstable = fetchurl rec {
# NOTE: Don't forget to change the SHA256 for staging as well.
version = "4.7";
version = "4.8";
url = "https://dl.winehq.org/wine/source/4.x/wine-${version}.tar.xz";
sha256 = "1c5swx6jj0hz9w2jgyl30pdjcq9n62qp1rmqyq1d4q2a6n291jiv";
sha256 = "0dd1vw3bq47ypdpflgmmbi68pjw5z3wz26kfwvnkxqbp28fapfa8";
inherit (stable) mono gecko32 gecko64;
};

staging = fetchFromGitHub rec {
# https://github.com/wine-staging/wine-staging/releases
inherit (unstable) version;
sha256 = "1sgyq57dyzchwnvkgx96bcx5rv821s0vidzdyz7x5711j7xmiv70";
sha256 = "0npm44zdys78qbqqyvjczqqjdgacpsfds3jxyy1y4yj2xjqzagsq";
owner = "wine-staging";
repo = "wine-staging";
rev = "v${version}";
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/ell/default.nix
Original file line number Diff line number Diff line change
@@ -2,12 +2,12 @@

stdenv.mkDerivation rec {
pname = "ell";
version = "0.19";
version = "0.20";

src = fetchgit {
url = https://git.kernel.org/pub/scm/libs/ell/ell.git;
rev = version;
sha256 = "0qvgn5yxffgmlggixf6kh57gxricf57iyc8mqwn46j615bijvjs8";
sha256 = "1g143dbc7cfks63k9yi2m8hpgfp9jj5b56s3hyxjzxm9dac3yn6c";
};

nativeBuildInputs = [ autoreconfHook pkgconfig ];
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/iwd/default.nix
Original file line number Diff line number Diff line change
@@ -3,12 +3,12 @@
stdenv.mkDerivation rec {
pname = "iwd";

version = "0.17";
version = "0.18";

src = fetchgit {
url = https://git.kernel.org/pub/scm/network/wireless/iwd.git;
rev = version;
sha256 = "1bqkzl03qvzfq5hqd9nsfc98k0iyz864nzcrnbf3fr0n9wnzqffz";
sha256 = "19scrkdyfj92cycirm22in1jf6rb77sy419gki4m9j8zdyapcqm9";
};

nativeBuildInputs = [
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/usbutils/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, substituteAll, autoreconfHook, pkgconfig, libusb1, hwdata , python3 }:

stdenv.mkDerivation rec {
name = "usbutils-010";
name = "usbutils-012";

src = fetchurl {
url = "mirror://kernel/linux/utils/usb/usbutils/${name}.tar.xz";
sha256 = "06aag4jfgsfjxk563xsp9ik9nadihmasrr37a1gb0vwqni5kdiv1";
sha256 = "0iiy0q7fzikavmdsjsb0sl9kp3gfh701qwyjjccvqh0qz4jlcqw8";
};

patches = [
16 changes: 6 additions & 10 deletions pkgs/servers/http/nginx/modules.nix
Original file line number Diff line number Diff line change
@@ -6,8 +6,8 @@ let
src = fetchFromGitHub {
owner = "chobits";
repo = "ngx_http_proxy_connect_module";
rev = "18e2520b361ffebde6c08c8119ecfba113a3b53c";
sha256 = "1nyil5n2a97nqsqarvnp4bazw4vnxifqizzw5aank4vi9xlq90b2";
rev = "002f8f9ef15562dc3691b977134518ad216d7a90";
sha256 = "163wg0xb7w5mwh6wrfarzcgaf6c7gb5qydgpi2wk35k551f7286s";
};

patches = [
@@ -96,12 +96,8 @@ in
};
};

http_proxy_connect_module_v15 = http_proxy_connect_module_generic "proxy_connect_rewrite_1015" // {
supports = with lib.versions; version: major version == "1" && minor version == "15";
};

http_proxy_connect_module_v14 = http_proxy_connect_module_generic "proxy_connect_rewrite_1014" // {
supports = with lib.versions; version: major version == "1" && minor version == "14";
http_proxy_connect_module_v16 = http_proxy_connect_module_generic "proxy_connect_rewrite_101504" // {
supports = with lib.versions; version: major version == "1" && minor version == "16";
};

ipscrub = {
@@ -136,8 +132,8 @@ in
src = fetchFromGitHub {
owner = "openresty";
repo = "lua-nginx-module";
rev = "v0.10.14";
sha256 = "1vg6pp9n8z42p6f3jqk15gvdyy7mfvs5ssfbiy83bydjx42fq7g0";
rev = "v0.10.15";
sha256 = "1j216isp0546hycklbr5wi8mlga5hq170hk7f2sm16sfavlkh5gz";
};
inputs = [ pkgs.luajit ];
preConfigure = ''
4 changes: 2 additions & 2 deletions pkgs/shells/tcsh/default.nix
Original file line number Diff line number Diff line change
@@ -3,15 +3,15 @@

stdenv.mkDerivation rec {
name = "tcsh-${version}";
version = "6.20.00";
version = "6.21.00";

src = fetchurl {
urls = [
"http://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/tcsh/${name}.tar.gz"
"ftp://ftp.astron.com/pub/tcsh/${name}.tar.gz"
"ftp://ftp.funet.fi/pub/unix/shells/tcsh/${name}.tar.gz"
];
sha256 = "17ggxkkn5skl0v1x0j6hbv5l0sgnidfzwv16992sqkdm983fg7dq";
sha256 = "0wp9cqkzdj5ahfyg9bn5z1wnyblqyv9vz4sc5aqmj7rp91a34f64";
};

buildInputs = [ ncurses ];
30 changes: 30 additions & 0 deletions pkgs/tools/archivers/ctrtool/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{ stdenv, fetchFromGitHub }:

stdenv.mkDerivation rec {
pname = "ctrtool";
version = "0.15";

src = fetchFromGitHub {
owner = "profi200";
repo = "Project_CTR";
rev = version;
sha256 = "1l6z05x18s1crvb283yvynlwsrpa1pdx1nbijp99plw06p88h4va";
};

sourceRoot = "source/ctrtool";

enableParallelBuilding = true;

installPhase = "
mkdir $out/bin -p
cp ctrtool $out/bin/ctrtool
";

meta = with stdenv.lib; {
license = licenses.mit;
description = "A tool to extract data from a 3ds rom";
platforms = platforms.linux;
maintainers = [ maintainers.marius851000 ];
};

}
4 changes: 2 additions & 2 deletions pkgs/tools/networking/i2pd/default.nix
Original file line number Diff line number Diff line change
@@ -11,13 +11,13 @@ stdenv.mkDerivation rec {

name = pname + "-" + version;
pname = "i2pd";
version = "2.24.0";
version = "2.25.0";

src = fetchFromGitHub {
owner = "PurpleI2P";
repo = pname;
rev = version;
sha256 = "1gn8i3jxy6zwrqxmkzc1n55sw29jxdjr4ihv33q2kcp7b90b4wsq";
sha256 = "1jqfgpwg83prikjg67farl854mhyjiy4lz6i8kahp765m6kp8gaq";
};

buildInputs = with stdenv.lib; [ boost zlib openssl ]
2 changes: 2 additions & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
@@ -716,6 +716,8 @@ in

cozy = callPackage ../applications/audio/cozy-audiobooks { };

ctrtool = callPackage ../tools/archivers/ctrtool { };

crumbs = callPackage ../applications/misc/crumbs { };

deskew = callPackage ../applications/graphics/deskew { };