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: 891e3cb97335
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: 09fc4bd09dad
Choose a head ref
  • 19 commits
  • 13 files changed
  • 8 contributors

Commits on Jul 13, 2020

  1. Verified

    This commit was signed with the committer’s verified signature.
    jtojnar Jan Tojnar
    Copy the full SHA
    0e4bdc9 View commit details

Commits on Jul 15, 2020

  1. Copy the full SHA
    9923599 View commit details

Commits on Jul 16, 2020

  1. antibody: 6.0.1 -> 6.1.0

    r-ryantm committed Jul 16, 2020
    Copy the full SHA
    f16d6a7 View commit details
  2. Revert "nixos/podman: use cgroupfs for rootless crun test"

    This reverts commit 033ba9c.
    zowoq committed Jul 16, 2020
    Copy the full SHA
    805f767 View commit details
  3. slirp4netns: 1.1.2 -> 1.1.4

    zowoq committed Jul 16, 2020
    Copy the full SHA
    1b84dbf View commit details
  4. conmon: 2.0.18 -> 2.0.19

    zowoq committed Jul 16, 2020
    Copy the full SHA
    34ee9bf View commit details
  5. crun: 0.14 -> 0.14.1

    zowoq committed Jul 16, 2020
    Copy the full SHA
    3f322a8 View commit details
  6. podman: update repo

    zowoq committed Jul 16, 2020
    Copy the full SHA
    db5bf52 View commit details
  7. go_1_13: 1.13.12 -> 1.13.13

    zowoq committed Jul 16, 2020
    Copy the full SHA
    ea3d6dd View commit details
  8. Merge pull request #93041 from jtojnar/flatpak-builder-1.0.11

    flatpak-builder: 1.0.10 → 1.0.11
    jtojnar authored Jul 16, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    11ae0fb View commit details
  9. kubernetes: 1.18.5 -> 1.18.6

    srhb committed Jul 16, 2020
    Copy the full SHA
    366cef3 View commit details
  10. Copy the full SHA
    7ab42c1 View commit details
  11. wireshark: 3.2.4 -> 3.2.5

    zowoq authored and bjornfor committed Jul 16, 2020
    Copy the full SHA
    fa18e11 View commit details
  12. Merge pull request #93223 from srhb/k8s-1.18.6

    kubernetes: 1.18.5 -> 1.18.6
    srhb authored Jul 16, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    07f38f7 View commit details
  13. Merge pull request #93228 from srhb/kubernetes-fixup-test

    nixos/tests/kubernetes: Don't re-import <nixpkgs>
    srhb authored Jul 16, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    45f4bde View commit details
  14. Merge pull request #93213 from zowoq/go-1-13

    go_1_13: 1.13.12 -> 1.13.13
    danieldk authored Jul 16, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8775590 View commit details
  15. Merge pull request #93210 from zowoq/podman

    podman updates
    danieldk authored Jul 16, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    aa94e5f View commit details
  16. Merge pull request #93206 from r-ryantm/auto-update/antibody

    antibody: 6.0.1 -> 6.1.0
    Br1ght0ne authored Jul 16, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e2299f6 View commit details
  17. Merge pull request #93167 from r-ryantm/auto-update/xfractint

    xfractint: 20.04p14 -> 20.04p15
    7c6f434c authored Jul 16, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    09fc4bd View commit details
1 change: 0 additions & 1 deletion nixos/tests/kubernetes/base.nix
Original file line number Diff line number Diff line change
@@ -9,7 +9,6 @@ with pkgs.lib;
let
mkKubernetesBaseTest =
{ name, domain ? "my.zyx", test, machines
, pkgs ? import <nixpkgs> { inherit system; }
, extraConfiguration ? null }:
let
masterName = head (filter (machineName: any (role: role == "master") machines.${machineName}.roles) (attrNames machines));
2 changes: 1 addition & 1 deletion nixos/tests/podman.nix
Original file line number Diff line number Diff line change
@@ -68,7 +68,7 @@ import ./make-test-python.nix (
podman.succeed(su_cmd("tar cv --files-from /dev/null | podman import - scratchimg"))
podman.succeed(
su_cmd(
"podman run --cgroup-manager=cgroupfs --runtime=crun -d --name=sleeping -v /nix/store:/nix/store -v /run/current-system/sw/bin:/bin scratchimg /bin/sleep 10"
"podman run --runtime=crun -d --name=sleeping -v /nix/store:/nix/store -v /run/current-system/sw/bin:/bin scratchimg /bin/sleep 10"
)
)
podman.succeed(su_cmd("podman ps | grep sleeping"))
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/xfractint/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{stdenv, fetchurl, libX11, libXft}:
stdenv.mkDerivation rec {
pname = "xfractint";
version = "20.04p14";
version = "20.04p15";
# or fetchFromGitHub(owner,repo,rev) or fetchgit(rev)
src = fetchurl {
url = "https://www.fractint.net/ftp/current/linux/xfractint-${version}.tar.gz";
sha256 = "0jdqr639z862qrswwk5srmv4fj5d7rl8kcscpn6mlkx4jvjmca0f";
sha256 = "1wv2hgyjvrjxzqxb55vz65ra80p24j8sd34llykk2qlx73x8f3nk";
};

buildInputs = [libX11 libXft];
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/kubernetes/default.nix
Original file line number Diff line number Diff line change
@@ -15,13 +15,13 @@ with lib;

stdenv.mkDerivation rec {
pname = "kubernetes";
version = "1.18.5";
version = "1.18.6";

src = fetchFromGitHub {
owner = "kubernetes";
repo = "kubernetes";
rev = "v${version}";
sha256 = "0pl7dzq5giwkzfyg4pzm8y76fnd62gaa6d4hswvgn87czab37lr6";
sha256 = "0ijcssalzb0gx23va23q6q6haj2m9dy36l9i7lq1726m75fa5yjv";
};

nativeBuildInputs = [ removeReferencesTo makeWrapper which go rsync go-bindata ];
4 changes: 2 additions & 2 deletions pkgs/applications/networking/sniffers/wireshark/default.nix
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ assert withQt -> qt5 != null;
with stdenv.lib;

let
version = "3.2.4";
version = "3.2.5";
variant = if withQt then "qt" else "cli";
pcap = libpcap.override { withBluez = stdenv.isLinux; };

@@ -21,7 +21,7 @@ in stdenv.mkDerivation {

src = fetchurl {
url = "https://www.wireshark.org/download/src/all-versions/wireshark-${version}.tar.xz";
sha256 = "1amqgn94g6h6cfnsccm2zb4c73pfv1qmzi1i6h1hnbcyhhg4czfi";
sha256 = "0h69m9maq6w5gik4gamv4kfqrr37hmi4kpwh225y1k36awm0b2dx";
};

cmakeFlags = [
4 changes: 2 additions & 2 deletions pkgs/applications/virtualization/conmon/default.nix
Original file line number Diff line number Diff line change
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
pname = "conmon";
version = "2.0.18";
version = "2.0.19";

src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = "v${version}";
sha256 = "0f32g048jamfhrds68vzirx8iqizr45wf2d4bfvdsk176amrj4k0";
sha256 = "005sz8aimbfm12d99q79yvsqczxbvbbgc725pavcbly3k1qva207";
};

nativeBuildInputs = [ pkg-config ];
4 changes: 2 additions & 2 deletions pkgs/applications/virtualization/crun/default.nix
Original file line number Diff line number Diff line change
@@ -34,13 +34,13 @@ let
in
stdenv.mkDerivation rec {
pname = "crun";
version = "0.14";
version = "0.14.1";

src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = version;
sha256 = "14hmdarmhkfp5qgd8ifn7dn895j54ibaficci82q40haqh252l4n";
sha256 = "0r77ksdrpxskf79m898a7ai8wxw9fmmsf2lg8fw3ychnk74l8jvh";
fetchSubmodules = true;
};

2 changes: 1 addition & 1 deletion pkgs/applications/virtualization/podman/default.nix
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ buildGoModule rec {

src = fetchFromGitHub {
owner = "containers";
repo = "libpod";
repo = "podman";
rev = "v${version}";
sha256 = "12iqj71xjszbjbbz5f2dk5chcvfrrq0n737ki7xxkjcw38k2cnqz";
};
4 changes: 2 additions & 2 deletions pkgs/development/compilers/go/1.13.nix
Original file line number Diff line number Diff line change
@@ -30,11 +30,11 @@ in

stdenv.mkDerivation rec {
pname = "go";
version = "1.13.12";
version = "1.13.13";

src = fetchurl {
url = "https://dl.google.com/go/go${version}.src.tar.gz";
sha256 = "0d5s5rqyzp6ykj4x1dz8infcsmj3gy8djnf63ji971ypwi6jrfhp";
sha256 = "0dsis9rymcd2916m2s6qjiqr8vi3dm6cg0jgbzyy2k3k3r348zmb";
};

# perl is used for testing go vet
8 changes: 5 additions & 3 deletions pkgs/development/tools/flatpak-builder/default.nix
Original file line number Diff line number Diff line change
@@ -46,13 +46,13 @@ let
installed_test_metadir = "${placeholder "installedTests"}/share/installed-tests/flatpak-builder";
in stdenv.mkDerivation rec {
pname = "flatpak-builder";
version = "1.0.10";
version = "1.0.11";

outputs = [ "out" "doc" "man" "installedTests" ];

src = fetchurl {
url = "https://github.com/flatpak/flatpak-builder/releases/download/${version}/${pname}-${version}.tar.xz";
sha256 = "1fn61cl1d33yd1jgqm8jpffjw3xlyyhkn032g14d9gnwkcaf4649";
sha256 = "EYNLdrvSs8S/GCYy0jGsnP1+C988y1j7WzcLfczM1Ew=";
};

nativeBuildInputs = [
@@ -87,9 +87,11 @@ in stdenv.mkDerivation rec {
patches = [
# patch taken from gtk_doc
./respect-xml-catalog-files-var.patch

# Hardcode paths
(substituteAll {
src = ./fix-paths.patch;
bzr = "${breezy}/bin/bzr";
brz = "${breezy}/bin/brz";
cp = "${coreutils}/bin/cp";
patch = "${patch}/bin/patch";
tar = "${gnutar}/bin/tar";
31 changes: 26 additions & 5 deletions pkgs/development/tools/flatpak-builder/fix-paths.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
diff --git a/src/builder-context.c b/src/builder-context.c
index dde12790..3a379297 100644
--- a/src/builder-context.c
+++ b/src/builder-context.c
@@ -256,7 +256,7 @@ builder_context_init (BuilderContext *self)
g_autofree char *path = NULL;

self->rofiles_file_lock = init;
- path = g_find_program_in_path ("rofiles-fuse");
+ path = g_find_program_in_path ("@rofilesfuse@");
self->have_rofiles = path != NULL;
}

@@ -800,7 +800,7 @@ builder_context_enable_rofiles (BuilderContext *self,
g_autoptr(GFile) rofiles_base = NULL;
g_autoptr(GFile) rofiles_dir = NULL;
@@ -9,6 +20,8 @@
"-o",
"kernel_cache,entry_timeout=60,attr_timeout=60,splice_write,splice_move",
(char *)flatpak_file_get_path_cached (self->app_dir),
diff --git a/src/builder-git.c b/src/builder-git.c
index ef517adb..6ab095f0 100644
--- a/src/builder-git.c
+++ b/src/builder-git.c
@@ -44,7 +44,7 @@ git (GFile *dir,
@@ -29,6 +42,8 @@
va_end (ap);

return res;
diff --git a/src/builder-source-archive.c b/src/builder-source-archive.c
index 3c694e57..0de62318 100644
--- a/src/builder-source-archive.c
+++ b/src/builder-source-archive.c
@@ -443,7 +443,7 @@ tar (GFile *dir,
@@ -67,17 +82,21 @@
va_end (ap);

return res;
diff --git a/src/builder-source-bzr.c b/src/builder-source-bzr.c
index ceeec94a..8abe6f53 100644
--- a/src/builder-source-bzr.c
+++ b/src/builder-source-bzr.c
@@ -124,7 +124,7 @@ bzr (GFile *dir,
gboolean res;
va_list ap;

va_start (ap, error);
- res = flatpak_spawn (dir, output, 0, error, "bzr", ap);
+ res = flatpak_spawn (dir, output, 0, error, "@bzr@", ap);
va_end (ap);
- brz = g_find_program_in_path ("brz");
+ brz = g_find_program_in_path ("@brz@");

return res;
va_start (ap, error);
res = flatpak_spawn (dir, output, 0, error, brz ? brz : "bzr", ap);
diff --git a/src/builder-source-patch.c b/src/builder-source-patch.c
index 8721e1e4..d7f4d840 100644
--- a/src/builder-source-patch.c
+++ b/src/builder-source-patch.c
@@ -247,15 +247,15 @@ patch (GFile *dir,
@@ -99,6 +118,8 @@
}
for (i = 0; extra_options != NULL && extra_options[i] != NULL; i++)
g_ptr_array_add (args, (gchar *) extra_options[i]);
diff --git a/src/builder-utils.c b/src/builder-utils.c
index f1c06db5..2e3347c5 100644
--- a/src/builder-utils.c
+++ b/src/builder-utils.c
@@ -149,7 +149,7 @@ strip (GError **error,
6 changes: 3 additions & 3 deletions pkgs/shells/zsh/antibody/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

buildGoModule rec {
pname = "antibody";
version = "6.0.1";
version = "6.1.0";

src = fetchFromGitHub {
owner = "getantibody";
repo = "antibody";
rev = "v${version}";
sha256 = "0ix2liy8h48s3n7ykr85ik03kwj45iqwhwn79ap8y21bar00gybs";
sha256 = "0ldvihpm14h0gcn7iz5yxg1wbfv24flx6y8khdanw21lf9nmp59z";
};

vendorSha256 = "072kxr68p9f58w2q98fjcn4wzd5szy5l5sz8sh4ssapljvic2lam";
vendorSha256 = "0z8fma3v2dph8nv3q4lmv43s6p5sc338xb7kcmnpwcc0iw7b4vyj";

buildFlagsArray = [ "-ldflags=-s -w -X main.version=${version}" ];

4 changes: 2 additions & 2 deletions pkgs/tools/networking/slirp4netns/default.nix
Original file line number Diff line number Diff line change
@@ -11,13 +11,13 @@

stdenv.mkDerivation rec {
pname = "slirp4netns";
version = "1.1.2";
version = "1.1.4";

src = fetchFromGitHub {
owner = "rootless-containers";
repo = "slirp4netns";
rev = "v${version}";
sha256 = "0hj3jcl3b96ssp8di72ghsgk3dp8d5nkh3gkyg9j7h0z9fncl72f";
sha256 = "13hlljkqss9abjpwaa5gcn6qnax0ws03zzh45c4rv1if7rwk6nbl";
};

nativeBuildInputs = [ autoreconfHook pkg-config ];