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: a638a301df79
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: 6e0e4960a698
Choose a head ref
  • 19 commits
  • 11 files changed
  • 8 contributors

Commits on Jul 23, 2020

  1. drone: 1.6.5 → 1.9.0

    David Arnold committed Jul 23, 2020
    Copy the full SHA
    fcb6721 View commit details
  2. Copy the full SHA
    8f5763a View commit details
  3. Copy the full SHA
    02b8361 View commit details

Commits on Jul 24, 2020

  1. findomain: 1.7.0 -> 2.1.1

    r-ryantm committed Jul 24, 2020
    Copy the full SHA
    84f2064 View commit details
  2. kafkacat: 1.5.0 -> 1.6.0

    r-ryantm committed Jul 24, 2020
    Copy the full SHA
    c648cc3 View commit details
  3. kmon: 1.2.0 -> 1.3.0

    r-ryantm committed Jul 24, 2020
    Copy the full SHA
    71db15e View commit details
  4. Merge pull request #93738 from r-ryantm/auto-update/kafkacat

    kafkacat: 1.5.0 -> 1.6.0
    srhb authored Jul 24, 2020
    Copy the full SHA
    ea731f4 View commit details
  5. Copy the full SHA
    b48de3b View commit details
  6. nomad: 0.11.3 -> 0.12.1

    r-ryantm committed Jul 24, 2020
    Copy the full SHA
    36b2073 View commit details
  7. Copy the full SHA
    ac33603 View commit details
  8. pdfsam-basic: 4.1.3 -> 4.1.4

    r-ryantm committed Jul 24, 2020
    Copy the full SHA
    fd58099 View commit details
  9. Merge pull request #93722 from zowoq/podman

    podman: 2.0.2 -> 2.0.3
    marsam authored Jul 24, 2020
    Copy the full SHA
    c6abc25 View commit details
  10. kicad-unstable: 2020-05-14 -> 2020-07-21

    evils authored and veprbl committed Jul 24, 2020
    Copy the full SHA
    e842233 View commit details
  11. kicad: fix build

    disable scripting support as 92261 broke wxPython_4_0
      and i haven't managed to get wxPython 4.1 to work
    
    something caused makeWrapper to have to be added on its own
      not sure where it came from before...
    
    and some cleanup
    evils authored and veprbl committed Jul 24, 2020
    Copy the full SHA
    b6863cb View commit details
  12. Merge pull request #93744 from r-ryantm/auto-update/nomad

    nomad: 0.11.3 -> 0.12.1
    danieldk authored Jul 24, 2020
    Copy the full SHA
    4cbedbc View commit details
  13. Merge pull request #93746 from r-ryantm/auto-update/pdfsam-basic

    pdfsam-basic: 4.1.3 -> 4.1.4
    danieldk authored Jul 24, 2020
    Copy the full SHA
    0418092 View commit details
  14. Merge pull request #93739 from r-ryantm/auto-update/kmon

    kmon: 1.2.0 -> 1.3.0
    danieldk authored Jul 24, 2020
    Copy the full SHA
    4325fd4 View commit details
  15. Merge pull request #93735 from r-ryantm/auto-update/findomain

    findomain: 1.7.0 -> 2.1.1
    danieldk authored Jul 24, 2020
    Copy the full SHA
    129b858 View commit details
  16. Merge pull request #93681 from xoe-labs/da-drone-update

    drone: 1.6.5 → 1.9.0
    danieldk authored Jul 24, 2020
    Copy the full SHA
    6e0e496 View commit details
4 changes: 2 additions & 2 deletions pkgs/applications/misc/pdfsam-basic/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "pdfsam-basic";
version = "4.1.3";
version = "4.1.4";

src = fetchurl {
url = "https://github.com/torakiki/pdfsam/releases/download/v${version}/pdfsam_${version}-1_amd64.deb";
sha256 = "1rhv6mf6pr9aaa8516i3b7v6h622qb1p8c4jsy3j0s5wrdry5l9l";
sha256 = "1gw3cmc8c1xxc55bm71v1dz9x9560lbhx9nkwprarhxlmn0m0zzp";
};

unpackPhase = ''
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/nomad/default.nix
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

buildGoPackage rec {
pname = "nomad";
version = "0.11.3";
version = "0.12.1";
rev = "v${version}";

goPackagePath = "github.com/hashicorp/nomad";
@@ -12,7 +12,7 @@ buildGoPackage rec {
owner = "hashicorp";
repo = pname;
inherit rev;
sha256 = "1p7g7x2gl77h1w7aip3xji3s530fj46gspargz4j3i6h4wkyvafb";
sha256 = "05q8k2kpbknjwxw893v7p50hgrdljfgx80h8bhnny8q7vrshn51s";
};

# ui:
15 changes: 8 additions & 7 deletions pkgs/applications/science/electronics/kicad/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{ lib, stdenv, gnome3, pkgs, wxGTK30, wxGTK31
{ lib, stdenv, gnome3, wxGTK30, wxGTK31
, makeWrapper
, gsettings-desktop-schemas, hicolor-icon-theme
, callPackage, callPackages
, librsvg, cups
@@ -8,7 +9,7 @@
, oceSupport ? false, opencascade
, withOCCT ? true, opencascade-occt
, ngspiceSupport ? true, libngspice
, scriptingSupport ? true, swig, python3
, scriptingSupport ? false, swig, python3
, debug ? false, valgrind
, with3d ? true
, withI18n ? true
@@ -31,9 +32,8 @@ let
# but brings high DPI support?
else wxGTK31.override { withGtk2 = false; };

pythonPackages = python.pkgs;
python = python3;
wxPython = pythonPackages.wxPython_4_0;
wxPython = python.pkgs.wxPython_4_0;

in
stdenv.mkDerivation rec {
@@ -55,10 +55,11 @@ stdenv.mkDerivation rec {
dontFixup = true;

pythonPath = optionals (scriptingSupport)
[ wxPython pythonPackages.six ];
[ wxPython python.pkgs.six ];

nativeBuildInputs = optionals (scriptingSupport)
[ pythonPackages.wrapPython ];
nativeBuildInputs = [ makeWrapper ]
++ optionals (scriptingSupport)
[ python.pkgs.wrapPython ];

# wrapGAppsHook added the equivalent to ${base}/share
# though i noticed no difference without it
24 changes: 12 additions & 12 deletions pkgs/applications/science/electronics/kicad/versions.nix
Original file line number Diff line number Diff line change
@@ -27,23 +27,23 @@
};
"kicad-unstable" = {
kicadVersion = {
version = "2020-05-14";
version = "2020-07-21";
src = {
rev = "3b8465359135e9f6dea4b0a5fcb62377753fe890";
sha256 = "18xsg2s0pxx176rnblygq1f8xpmryw59lcjzm897gifz0sj0nhvx";
rev = "9a801d8b72f24e297a7d9d6e8cee2eef6cab2988";
sha256 = "0yilmmng7y3rz1bxw2b0s0aqs8hdqr7ach2r45bx8v1f4bih4ka9";
};
};
libVersion = {
version = "2020-05-14";
version = "2020-07-21";
libSources = {
i18n.rev = "c4460d0d8e1075691d43dc928ffc332fa1282592";
i18n.sha256 = "1gkrbfyfzsr5q7sahhlyhgfpfwm6b83lzf0q1v854gwxdfabvi0y";
symbols.rev = "614b5f6256fbae82c2bba399086506bbe435bd94";
symbols.sha256 = "10ix3wdcl832r4ha5q8phpx8j97gzngb41nczdli1qkhjmiw9y8r";
templates.rev = "7db8d4d0ea0711f1961d117853547fb3edbc3857";
templates.sha256 = "1hppcsrkn4dk6ggby6ckh0q65qxkywrbyxa4lwpaf7pxjyv498xg";
footprints.rev = "240804c6c89b66af808379e1fc94ea6011433cbe";
footprints.sha256 = "1jh71004lrn7bl384zfmbqqdbs28gjb6diwn6hyb587jpivdnl3g";
i18n.rev = "a311975d139caf8be9848dd613a9800570adc245";
i18n.sha256 = "1bkn2hhwcg8xdpn9yfm9nnqsg02c1nizhpxd4yhpxgifhh4psz1g";
symbols.rev = "18572c4c118fe8ef779edf3131eebf2c33c6fa46";
symbols.sha256 = "0hqx0aznzrnlbdkpsnl8mbs9bdgiv029d6zjh10nyjzcw27q3hxz";
templates.rev = "ae16953b81055855bcede4a33305413599d86a15";
templates.sha256 = "1pkv90p3liy3bj4nklxsvpzh9m56p0k5ldr22armvgqfaqaadx9v";
footprints.rev = "4835f80b4a52256aa7a3eb650e6e0fef33a77d0d";
footprints.sha256 = "00rc6phxmkry35i0xzry14axvh2akvvkly45s3xxi06vaydaw7i5";
packages3d.rev = "9b560cf94a35b692ca516d37bdaf392ce10e549d";
packages3d.sha256 = "0b9jglf77fy0n0r8xs4yqkv6zvipyfvp0z5dnqlzp32csy5aqpi1";
};
4 changes: 2 additions & 2 deletions pkgs/applications/virtualization/podman/default.nix
Original file line number Diff line number Diff line change
@@ -16,13 +16,13 @@

buildGoModule rec {
pname = "podman";
version = "2.0.2";
version = "2.0.3";

src = fetchFromGitHub {
owner = "containers";
repo = "podman";
rev = "v${version}";
sha256 = "12iqj71xjszbjbbz5f2dk5chcvfrrq0n737ki7xxkjcw38k2cnqz";
sha256 = "1jqdv3kij2q97qn4niqxxgfva9ajr4wjgx40qk5yhs01d3g0qgmd";
};

vendorSha256 = null;
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

buildGoModule rec {
name = "drone.io-${version}";
version = "1.6.5";
version = "1.9.0";
goPackagePath = "github.com/drone/drone";

vendorSha256 = "1dvf8vz3jr9smki3jql0kvd8z8rwdq93y7blbr2yjjfsdvx6lxl1";
vendorSha256 = "0idf11sr417lxcjryplgb87affr6lgzxazzlyvk0y40hp8zbhwsx";

src = fetchFromGitHub {
owner = "drone";
repo = "drone";
rev = "v${version}";
sha256 = "05cgd72qyss836fby0adhrm5p8g7639psk2yslhg6pmz0cqfbq9m";
sha256 = "1lsyd245fr1f74rpccvvw41h5g75b79afrb8g589bj13ggjav0xy";
};

meta = with stdenv.lib; {
4 changes: 2 additions & 2 deletions pkgs/development/tools/kafkacat/default.nix
Original file line number Diff line number Diff line change
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "kafkacat";

version = "1.5.0";
version = "1.6.0";

src = fetchFromGitHub {
owner = "edenhill";
repo = "kafkacat";
rev = version;
sha256 = "0lf2pf3zqncd4a44h0mjm66qnw02k9kvz1hjkah6p6gp7mx3ksjv";
sha256 = "0z3bw00s269myfd1xqksjyznmgp74xfs09xqlq347adsgby3cmfs";
};

nativeBuildInputs = [ pkgconfig ];
4 changes: 2 additions & 2 deletions pkgs/development/tools/misc/nix-build-uncached/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

buildGoModule rec {
pname = "nix-build-uncached";
version = "0.1.1";
version = "1.0.0";

src = fetchFromGitHub {
owner = "Mic92";
repo = "nix-build-uncached";
rev = "v${version}";
sha256 = "0jkpg3ab56lg2kdms9w9ka9ba89py3ajksjsi1rd3iqi74zz2mmh";
sha256 = "106k4234gpi8mr0n0rfsgwk4z7v0b2gim0r5bhjvg2v566j67g02";
};

goPackagePath = "github.com/Mic92/nix-build-uncached";
6 changes: 3 additions & 3 deletions pkgs/tools/networking/findomain/default.nix
Original file line number Diff line number Diff line change
@@ -9,16 +9,16 @@

rustPlatform.buildRustPackage rec {
pname = "findomain";
version = "1.7.0";
version = "2.1.1";

src = fetchFromGitHub {
owner = "Edu4rdSHL";
repo = pname;
rev = version;
sha256 = "1q8yxl4y8f787a0q87gxgj1p9lgzhhfk3fgysq9xj8yfvwm8abji";
sha256 = "0v6m0c329wmba2fihnqvrmfnrb5b1l4nm6xr0dsjiwsjpclrmy86";
};

cargoSha256 = "02d538j13v3f1dc99vpzhby42ps7lig000idwdsxa1mwkjxrf2z2";
cargoSha256 = "130kjjig5jsv3kdywj6ag2s55d5hwsslpcnaanrqyl70a6pvgpb2";

nativeBuildInputs = [ installShellFiles perl ];
buildInputs = lib.optional stdenv.isDarwin Security;
6 changes: 3 additions & 3 deletions pkgs/tools/system/kmon/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "kmon";
version = "1.2.0";
version = "1.3.0";

src = fetchFromGitHub {
owner = "orhun";
repo = pname;
rev = "v${version}";
sha256 = "1l2zdp5f9spkfx1dhxyj32791kgvc8hqjr1kk75vds4c1wgwq8gk";
sha256 = "0487blp5l82jscpf9m76cq5prvclg5ngvdgi500jh7vrrxxawnh4";
};

cargoSha256 = "08a7gr70a3rh7a52gglck16qlwngb6ap723lg3b3mxmkyigdf6i6";
cargoSha256 = "1dfvkn1sw22csg635kl4mmcxb6c5bvc5aw370iicy9hwlkk7cqpd";

nativeBuildInputs = [ python3 ];

5 changes: 4 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
@@ -6113,7 +6113,10 @@ in

podiff = callPackage ../tools/text/podiff { };

podman = callPackage ../applications/virtualization/podman/wrapper.nix { };
podman = if stdenv.isDarwin then
callPackage ../applications/virtualization/podman { }
else
callPackage ../applications/virtualization/podman/wrapper.nix { };
podman-unwrapped = callPackage ../applications/virtualization/podman { };

podman-compose = python3Packages.callPackage ../applications/virtualization/podman-compose {};