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: eb9a9bb22aa3
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: 61f0936d1cd7
Choose a head ref
  • 13 commits
  • 6 files changed
  • 6 contributors

Commits on May 18, 2019

  1. u-boot: 2018-09 -> 2019.04

    samueldr committed May 18, 2019
    Copy the full SHA
    ba6f1a1 View commit details
  2. u-boot: Adds Pine64LTS

    The name of the board is indeed A64-LTS, but upstream U-Boot names it
    pine64-lts so let's keep the U-Boot moniker.
    
    This previously was supported using the SOPINE build.
    samueldr committed May 18, 2019
    Copy the full SHA
    6d961ec View commit details
  3. u-boot: Adds Pinebook

    samueldr committed May 18, 2019
    Copy the full SHA
    6663a88 View commit details
  4. Copy the full SHA
    b69c474 View commit details
  5. Copy the full SHA
    b64a5cf View commit details

Commits on May 28, 2019

  1. Copy the full SHA
    c22e43f View commit details
  2. Package the qView image viewer

    A fast, unobtrusive Qt-based image viewer.
    acowley committed May 28, 2019
    Copy the full SHA
    fbc46ae View commit details
  3. Address comments by @aanderse

    acowley committed May 28, 2019
    Copy the full SHA
    6f07f15 View commit details

Commits on May 29, 2019

  1. foundationdb: default to 6.1.8 (from 6.0.18)

    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed May 29, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    thoughtpolice Austin Seipp
    Copy the full SHA
    5e0cab8 View commit details
  2. Merge pull request #62145 from GRBurst/protonmail-bridge

    protonmail-bridge: 1.1.4 -> 1.1.5
    marsam authored May 29, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    21e2601 View commit details
  3. liburing: 1.0.0pre118_2e719820 -> 1.0.0pre131_b422aa11cc

    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed May 29, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    thoughtpolice Austin Seipp
    Copy the full SHA
    63ff37f View commit details
  4. Merge pull request #62161 from acowley/qview2

    qView: init at 2.0
    aanderse authored May 29, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8ae3e73 View commit details
  5. Merge pull request #61652 from samueldr/update/u-boot/2019.04

    u-boot: 2018.09 -> 2019.04 (+ ATF update and boards)
    samueldr authored May 29, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    61f0936 View commit details
22 changes: 22 additions & 0 deletions pkgs/applications/graphics/qview/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{stdenv, fetchFromGitHub, qmake}:
stdenv.mkDerivation rec {
pname = "qview";
version = "2.0";
src = fetchFromGitHub {
owner = "jurplel";
repo = "qView";
rev = version;
sha256 = "1s29hz44rb5dwzq8d4i4bfg77dr0v3ywpvidpa6xzg7hnnv3mhi5";
};
nativeBuildInputs = [ qmake ];
patchPhase = ''
sed "s|/usr/|$out/|g" -i qView.pro
'';
meta = with stdenv.lib; {
description = "Practical and minimal image viewer";
homepage = "https://interversehq.com/qview/";
license = licenses.gpl3;
maintainers = with maintainers; [ acowley ];
platforms = platforms.all;
};
}
6 changes: 3 additions & 3 deletions pkgs/applications/networking/protonmail-bridge/default.nix
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
libsecret, libGL, libpulseaudio, glib, makeWrapper, makeDesktopItem }:

let
version = "1.1.4-1";
version = "1.1.5-1";

description = ''
An application that runs on your computer in the background and seamlessly encrypts
@@ -25,7 +25,7 @@ in stdenv.mkDerivation rec {

src = fetchurl {
url = "https://protonmail.com/download/protonmail-bridge_${version}_amd64.deb";
sha256 = "16w3l81j10syl2pis08sl752yapbgjy531qs0n1ghmsx2d12n7kl";
sha256 = "1y5mphrs60zd6km9z64vskk70q9zzw4g6js7qvgl572wv81w2l75";
};

nativeBuildInputs = [ makeWrapper ];
@@ -75,7 +75,7 @@ in stdenv.mkDerivation rec {
'';

meta = with stdenv.lib; {
homepage = https://www.protonmail.com/bridge;
homepage = "https://www.protonmail.com/bridge";
license = licenses.mit;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ lightdiscord ];
19 changes: 10 additions & 9 deletions pkgs/development/libraries/liburing/default.nix
Original file line number Diff line number Diff line change
@@ -3,24 +3,25 @@

stdenv.mkDerivation rec {
name = "liburing-${version}";
version = "1.0.0pre118_${builtins.substring 0 7 src.rev}";
version = "1.0.0pre131_${builtins.substring 0 7 src.rev}";

src = fetchgit {
url = "http://git.kernel.dk/liburing";
rev = "2e719820d47cdb48308265f95547d2c9458bbfe7";
sha256 = "0sm2k5f15ad9b9wh928kmbb399f5f7frfh96bi865pklavpcckf5";
rev = "b422aa11cc58e9786fa1e343aa2bfa6d7a394445";
sha256 = "0afm0kfhi025m5r0bri8if59m85rwg6kxlkx075lbwg9pw1n75w0";
};

enableParallelBuilding = true;

outputs = [ "out" "lib" "dev" "man" ];

installFlags =
[ "prefix=$(out)"
"includedir=$(dev)/include"
"libdir=$(lib)/lib"
"mandir=$(man)/share/man"
];
configurePhase = ''
./configure \
--prefix=$out \
--includedir=$dev/include \
--libdir=$lib/lib \
--mandir=$man/share/man \
'';

# Copy the examples into $out.
postInstall = ''
14 changes: 3 additions & 11 deletions pkgs/misc/arm-trusted-firmware/default.nix
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ let
, platform
, extraMakeFlags ? []
, extraMeta ? {}
, version ? "2.0"
, version ? "2.1"
, ... } @ args:
stdenv.mkDerivation (rec {

@@ -17,7 +17,7 @@ let
owner = "ARM-software";
repo = "arm-trusted-firmware";
rev = "refs/tags/v${version}";
sha256 = "087pkwa6slxff0aiz3v42gww007nww97bl1p96fvvs7rr1y14gjx";
sha256 = "1gy5qskrjy8n3kxdcm1dx8b45l5b75n0pm8pq80wl6xic1ycy24r";
};

depsBuildBuild = [ buildPackages.stdenv.cc ];
@@ -57,15 +57,7 @@ in rec {
inherit buildArmTrustedFirmware;

armTrustedFirmwareAllwinner = buildArmTrustedFirmware rec {
version = "1.0";
src = fetchFromGitHub {
owner = "apritzel";
repo = "arm-trusted-firmware";
# Branch: `allwinner`
rev = "91f2402d941036a0db092d5375d0535c270b9121";
sha256 = "0lbipkxb01w97r6ah8wdbwxir3013rp249fcqhlzh2gjwhp5l1ys";
};
platform = "sun50iw1p1";
platform = "sun50i_a64";
extraMeta.platforms = ["aarch64-linux"];
filesToInstall = ["build/${platform}/release/bl31.bin"];
};
18 changes: 16 additions & 2 deletions pkgs/misc/uboot/default.nix
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
}:

let
buildUBoot = { version ? "2018.09"
buildUBoot = { version ? "2019.04"
, filesToInstall
, installDir ? "$out"
, defconfig
@@ -20,7 +20,7 @@ let

src = fetchurl {
url = "ftp://ftp.denx.de/pub/u-boot/u-boot-${version}.tar.bz2";
sha256 = "0s122kyz1svvs2yjzj4j9qravl3ra4vn0fjqgski7rlczqyg56w3";
sha256 = "1vwv4bgbl7fjcm073zrphn17hnz5h5h778f88ivdsgbb2lnpgdvn";
};

patches = [
@@ -195,6 +195,20 @@ in rec {
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
};

ubootPine64LTS = buildUBoot rec {
defconfig = "pine64-lts_defconfig";
extraMeta.platforms = ["aarch64-linux"];
BL31 = "${armTrustedFirmwareAllwinner}/bl31.bin";
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
};

ubootPinebook = buildUBoot rec {
defconfig = "pinebook_defconfig";
extraMeta.platforms = ["aarch64-linux"];
BL31 = "${armTrustedFirmwareAllwinner}/bl31.bin";
filesToInstall = ["u-boot-sunxi-with-spl.bin"];
};

ubootQemuAarch64 = buildUBoot rec {
defconfig = "qemu_arm64_defconfig";
extraMeta.platforms = ["aarch64-linux"];
6 changes: 5 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
@@ -3067,7 +3067,7 @@ in
foundationdb61
;

foundationdb = foundationdb60;
foundationdb = foundationdb61;

fuse-7z-ng = callPackage ../tools/filesystems/fuse-7z-ng { };

@@ -5472,6 +5472,8 @@ in

quota = if stdenv.isLinux then linuxquota else unixtools.quota;

qview = libsForQt5.callPackage ../applications/graphics/qview {};

wiggle = callPackage ../development/tools/wiggle { };

radamsa = callPackage ../tools/security/radamsa { };
@@ -15953,6 +15955,8 @@ in
ubootOrangePiZeroPlus2H5
ubootPcduino3Nano
ubootPine64
ubootPine64LTS
ubootPinebook
ubootQemuAarch64
ubootQemuArm
ubootRaspberryPi