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: 5d4d7c24c72c
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: 22f899c86a1d
Choose a head ref

Commits on Jun 30, 2020

  1. navidrome: 0.23.1 -> 0.24.0

    r-ryantm committed Jun 30, 2020
    Copy the full SHA
    c442dfe View commit details
  2. sbt: 1.3.12 -> 1.3.13

    r-ryantm committed Jun 30, 2020
    Copy the full SHA
    58cbd5b View commit details
  3. tiled: 1.3.5 -> 1.4.1

    r-ryantm committed Jun 30, 2020
    Copy the full SHA
    f2615c4 View commit details
  4. tunnelto: 0.1.6 -> 0.1.9

    r-ryantm committed Jun 30, 2020
    Copy the full SHA
    ef5757a View commit details
  5. Merge pull request #91872 from r-ryantm/auto-update/tunnelto

    tunnelto: 0.1.6 -> 0.1.9
    Br1ght0ne authored Jun 30, 2020
    Copy the full SHA
    b3251e0 View commit details
  6. Copy the full SHA
    68ec581 View commit details
  7. iptstate: add license

    markuskowa committed Jun 30, 2020
    Copy the full SHA
    1bd4fbc View commit details
  8. wrangler: 1.9.2 -> 1.10.3

    r-ryantm committed Jun 30, 2020
    Copy the full SHA
    9cf41a8 View commit details
  9. gpio-utils: add license

    markuskowa committed Jun 30, 2020
    Copy the full SHA
    fc47c7b View commit details
  10. Merge pull request #91880 from r-ryantm/auto-update/wrangler

    wrangler: 1.9.2 -> 1.10.3
    Br1ght0ne authored Jun 30, 2020
    Copy the full SHA
    2321476 View commit details
  11. klibcShrunk: add meta data

    markuskowa committed Jun 30, 2020
    Copy the full SHA
    b2cfe47 View commit details
  12. Copy the full SHA
    077cd72 View commit details
  13. Copy the full SHA
    2862ba3 View commit details
  14. libvolume_id: add license

    markuskowa committed Jun 30, 2020
    Copy the full SHA
    2b99f89 View commit details
  15. rfkill-udev: add license

    markuskowa committed Jun 30, 2020
    Copy the full SHA
    7e2278e View commit details
  16. sysklogd: add license

    markuskowa committed Jun 30, 2020
    Copy the full SHA
    a61b50f View commit details
  17. Copy the full SHA
    e830f2a View commit details
  18. adguardhome: add license

    markuskowa committed Jun 30, 2020
    Copy the full SHA
    b9e6b1d View commit details
  19. resim: add license

    markuskowa committed Jun 30, 2020
    Copy the full SHA
    0a2a353 View commit details
  20. openmsx: add license

    markuskowa committed Jun 30, 2020
    Copy the full SHA
    19d41f9 View commit details
  21. fcgiwrap: add license

    markuskowa committed Jun 30, 2020
    Copy the full SHA
    1560a46 View commit details
  22. hashi-ui: add license

    markuskowa committed Jun 30, 2020
    Copy the full SHA
    56f4aa7 View commit details
  23. Copy the full SHA
    fd46a12 View commit details
  24. Merge pull request #91864 from r-ryantm/auto-update/tiled

    tiled: 1.3.5 -> 1.4.1
    dywedir authored Jun 30, 2020
    Copy the full SHA
    23e2e0b View commit details
  25. Merge pull request #91846 from r-ryantm/auto-update/sbt

    sbt: 1.3.12 -> 1.3.13
    NeQuissimus authored Jun 30, 2020
    Copy the full SHA
    360e0fa View commit details
  26. minecraft-launcher: 2.1.14947 -> 2.1.15166

    Set JAVA_HOME, which can impurely override JRE
    NeQuissimus committed Jun 30, 2020
    Copy the full SHA
    a8edf35 View commit details
  27. Copy the full SHA
    a951984 View commit details
  28. Merge pull request #91815 from r-ryantm/auto-update/navidrome

    navidrome: 0.23.1 -> 0.24.0
    ryantm authored Jun 30, 2020
    Copy the full SHA
    22f899c View commit details
4 changes: 2 additions & 2 deletions pkgs/applications/audio/giada/default.nix
Original file line number Diff line number Diff line change
@@ -18,13 +18,13 @@

stdenv.mkDerivation rec {
pname = "giada";
version = "0.16.2.2";
version = "0.16.3";

src = fetchFromGitHub {
owner = "monocasual";
repo = pname;
rev = "v${version}";
sha256 = "0rpg5qmw3b76xcra869shb8fwk5wfzpzw216n96hxa5s6k69cm0p";
sha256 = "1sysv5d0wq6ib47bqsn3wdzkqzjpzjrgzg15bkllbm67hiz9abhh";
};

configureFlags = [
4 changes: 2 additions & 2 deletions pkgs/applications/editors/tiled/default.nix
Original file line number Diff line number Diff line change
@@ -3,13 +3,13 @@

mkDerivation rec {
pname = "tiled";
version = "1.3.5";
version = "1.4.1";

src = fetchFromGitHub {
owner = "bjorn";
repo = pname;
rev = "v${version}";
sha256 = "0d1bs909vga1k494xnggq1mcjfxjrwa4acc0mj5rv73xqkc9mb2s";
sha256 = "1x8jymmc56di1c1wxalsp6qhcban2hahn70ndd097b8mx52gckjr";
};

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

stdenv.mkDerivation rec {
pname = "sbt";
version = "1.3.12";
version = "1.3.13";

src = fetchurl {
urls = [
"https://piccolo.link/sbt-${version}.tgz"
"https://github.com/sbt/sbt/releases/download/v${version}/sbt-${version}.tgz"
];
sha256 = "0mwdqn0vk90wdpfzrbbc8l28407z5d62bvsi6jlgds2vbywjprxl";
sha256 = "08mx84kzpm750zjxm225nh9wqm7js5y2k6hgb8xw3n574zg58hc5";
};

patchPhase = ''
6 changes: 3 additions & 3 deletions pkgs/development/tools/wrangler/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "wrangler";
version = "1.9.2";
version = "1.10.3";

src = fetchFromGitHub {
owner = "cloudflare";
repo = pname;
rev = "v${version}";
sha256 = "0i3fhdq8v9459mlnazkv9bpkcv01rdy5rk149lhpsan76zlyzzwr";
sha256 = "0703zlrmv0if575rj1mrgfg1a5qbf98sqjhhj09hab69i96wbrk9";
};

cargoSha256 = "0c2ss3j53vra1b4m3jsy2w2gdf6k1hw3qf6sd4qlg2ybk4k83g3b";
cargoSha256 = "0znzyqzvbqcl4mmxpsvaf592xrs968x57czj45jibmafq033dbfa";

nativeBuildInputs = stdenv.lib.optionals stdenv.isLinux [ pkg-config ];

5 changes: 3 additions & 2 deletions pkgs/games/minecraft/default.nix
Original file line number Diff line number Diff line change
@@ -87,11 +87,11 @@ in
stdenv.mkDerivation rec {
pname = "minecraft-launcher";

version = "2.1.14947";
version = "2.1.15166";

src = fetchurl {
url = "https://launcher.mojang.com/download/linux/x86_64/minecraft-launcher_${version}.tar.gz";
sha256 = "1lsc39n1kq08sssnpr6kf4lfpy01a7i7rgvi298mmxsprjmc7a9q";
sha256 = "14q41zk370zvzz2jbynhfw11r98l9x49142lqf2izfl42fhv8yhw";
};

icon = fetchurl {
@@ -134,6 +134,7 @@ stdenv.mkDerivation rec {
makeWrapper $out/opt/minecraft-launcher/minecraft-launcher $out/bin/minecraft-launcher \
--prefix LD_LIBRARY_PATH : ${envLibPath} \
--prefix PATH : ${stdenv.lib.makeBinPath [ jre ]} \
--set JAVA_HOME ${stdenv.lib.makeBinPath [ jre ]} \
--run "cd /tmp" \
"''${gappsWrapperArgs[@]}"
'';
1 change: 1 addition & 0 deletions pkgs/misc/emulators/openmsx/default.nix
Original file line number Diff line number Diff line change
@@ -45,5 +45,6 @@ stdenv.mkDerivation rec {
homepage = "https://openmsx.org";
maintainers = with maintainers; [ AndersonTorres ];
platforms = platforms.unix;
license = with licenses; [ bsd2 boost gpl2 ];
};
}
2 changes: 2 additions & 0 deletions pkgs/misc/emulators/resim/default.nix
Original file line number Diff line number Diff line change
@@ -15,4 +15,6 @@ stdenv.mkDerivation {
cp -v libresim/libarmsim.so $out/lib/libarmsim.so
cp -v vc4emul/vc4emul $out/bin/vc4emul
'';

meta.license = stdenv.lib.licenses.mit;
}
3 changes: 2 additions & 1 deletion pkgs/os-specific/linux/device-tree/raspberrypi.nix
Original file line number Diff line number Diff line change
@@ -31,6 +31,7 @@ stdenvNoCC.mkDerivation {
overlays = "${raspberrypifw}/share/raspberrypi/boot/overlays";
};
meta = with stdenvNoCC.lib; {
platforms = [ "armv6l-linux" "armv7l-linux" "aarch64-linux" ];
inherit (raspberrypifw.meta) platforms homepage license;
description = "DTBs for the Raspberry Pi";
};
}
1 change: 1 addition & 0 deletions pkgs/os-specific/linux/iptstate/default.nix
Original file line number Diff line number Diff line change
@@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
platforms = platforms.linux;
maintainers = with maintainers; [ trevorj ];
downloadPage = "https://github.com/jaymzh/iptstate/releases";
license = licenses.zlib;
};

installPhase = ''
5 changes: 3 additions & 2 deletions pkgs/os-specific/linux/kernel/gpio-utils.nix
Original file line number Diff line number Diff line change
@@ -18,7 +18,8 @@ stdenv.mkDerivation {

meta = {
description = "Linux tools to inspect the gpiochip interface";
maintainers = with stdenv.lib.maintainers; [ kwohlfahrt ];
platforms = stdenv.lib.platforms.linux;
maintainers = with maintainers; [ kwohlfahrt ];
platforms = platforms.linux;
license = licenses.gpl2;
};
}
4 changes: 1 addition & 3 deletions pkgs/os-specific/linux/klibc/shrunk.nix
Original file line number Diff line number Diff line change
@@ -22,7 +22,5 @@ stdenv.mkDerivation {
''; # */
allowedReferences = ["out"];

meta = {
platforms = stdenv.lib.platforms.linux;
};
inherit (klibc) meta;
}
1 change: 1 addition & 0 deletions pkgs/os-specific/linux/kmod-blacklist-ubuntu/default.nix
Original file line number Diff line number Diff line change
@@ -34,5 +34,6 @@ in stdenv.mkDerivation {
homepage = "https://packages.ubuntu.com/source/zesty/kmod";
description = "Linux kernel module blacklists from Ubuntu";
platforms = platforms.linux;
license = with licenses; [ gpl2Plus lgpl21Plus ];
};
}
7 changes: 4 additions & 3 deletions pkgs/os-specific/linux/kmod-debian-aliases/default.nix
Original file line number Diff line number Diff line change
@@ -14,10 +14,11 @@ stdenv.mkDerivation rec {
cp aliases.conf $out
'';

meta = {
meta = with lib; {
homepage = "https://packages.debian.org/source/sid/kmod";
description = "Linux configuration file for modprobe";
maintainers = with lib.maintainers; [ mathnerd314 ];
platforms = with lib.platforms; linux;
maintainers = with maintainers; [ mathnerd314 ];
platforms = with platforms; linux;
license = with licenses; [ gpl2Plus lgpl21Plus ];
};
}
9 changes: 5 additions & 4 deletions pkgs/os-specific/linux/libvolume_id/default.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{stdenv, fetchurl}:

stdenv.mkDerivation {
name = "libvolume_id-0.81.1";

src = fetchurl {
url = "https://www.marcuscom.com/downloads/libvolume_id-0.81.1.tar.bz2";
sha256 = "029z04vdxxsl8gycm9whcljhv6dy4b12ybsxdb99jr251gl1ifs5";
@@ -18,7 +18,8 @@ stdenv.mkDerivation {
cp -f libvolume_id.so.0 $out/lib/
";

meta = {
platforms = stdenv.lib.platforms.linux;
meta = with stdenv.lib; {
platforms = platforms.linux;
license = licenses.gpl2;
};
}
5 changes: 3 additions & 2 deletions pkgs/os-specific/linux/rfkill/udev.nix
Original file line number Diff line number Diff line change
@@ -47,9 +47,10 @@ in stdenv.mkDerivation {
cp ${rfkillHook} "$out/bin/rfkill-hook.sh"
'';

meta = {
meta = with stdenv.lib; {
homepage = "http://wireless.kernel.org/en/users/Documentation/rfkill";
description = "Rules+hook for udev to catch rfkill state changes";
platforms = stdenv.lib.platforms.linux;
platforms = platforms.linux;
license = licenses.mit;
};
}
5 changes: 3 additions & 2 deletions pkgs/os-specific/linux/sysklogd/default.nix
Original file line number Diff line number Diff line change
@@ -21,8 +21,9 @@ stdenv.mkDerivation {

preInstall = "mkdir -p $out/share/man/man5/ $out/share/man/man8/ $out/sbin";

meta = {
meta = with stdenv.lib; {
description = "A system logging daemon";
platforms = stdenv.lib.platforms.linux;
platforms = platforms.linux;
license = licenses.gpl2;
};
}
7 changes: 4 additions & 3 deletions pkgs/os-specific/linux/xf86-video-nested/default.nix
Original file line number Diff line number Diff line change
@@ -20,10 +20,11 @@ stdenv.mkDerivation {

CFLAGS = "-I${pixman}/include/pixman-1";

meta = {
meta = with stdenv.lib; {
homepage = "https://cgit.freedesktop.org/xorg/driver/xf86-video-nested";
description = "A driver to run Xorg on top of Xorg or something else";
maintainers = [ stdenv.lib.maintainers.goibhniu ];
platforms = stdenv.lib.platforms.linux;
maintainers = [ maintainers.goibhniu ];
platforms = platforms.linux;
license = licenses.mit;
};
}
1 change: 1 addition & 0 deletions pkgs/servers/adguardhome/default.nix
Original file line number Diff line number Diff line change
@@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
description = "Network-wide ads & trackers blocking DNS server";
platforms = platforms.linux;
maintainers = with maintainers; [ numkem ];
license = licenses.gpl3;
};
}
1 change: 1 addition & 0 deletions pkgs/servers/fcgiwrap/default.nix
Original file line number Diff line number Diff line change
@@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
description = "Simple server for running CGI applications over FastCGI";
maintainers = with maintainers; [ lethalman ];
platforms = with platforms; linux;
license = licenses.mit;
};
}
1 change: 1 addition & 0 deletions pkgs/servers/hashi-ui/default.nix
Original file line number Diff line number Diff line change
@@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
description = "A modern user interface for hashicorp Consul & Nomad";
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ numkem ];
license = licenses.mit;
};
}
4 changes: 2 additions & 2 deletions pkgs/servers/misc/navidrome/default.nix
Original file line number Diff line number Diff line change
@@ -4,11 +4,11 @@ with stdenv.lib;

stdenv.mkDerivation rec {
pname = "navidrome";
version = "0.23.1";
version = "0.24.0";

src = fetchurl {
url = "https://github.com/deluan/navidrome/releases/download/v${version}/navidrome_${version}_Linux_x86_64.tar.gz";
sha256 = "0hrnlpaq32f8slgmyl629v5b46ar2mq97q0cgrxy6ahfabfw2vih";
sha256 = "1lk9fl2h1rsqirqnz4qmapv9hl2axz7j32p9a011h0n90frabski";
};

nativeBuildInputs = [ makeWrapper ];
6 changes: 3 additions & 3 deletions pkgs/tools/networking/tunnelto/default.nix
Original file line number Diff line number Diff line change
@@ -8,16 +8,16 @@

rustPlatform.buildRustPackage rec {
pname = "tunnelto";
version = "0.1.6";
version = "0.1.9";

src = fetchFromGitHub {
owner = "agrinman";
repo = pname;
rev = version;
sha256 = "0yigjg8kjl8v0636hjr3sg33p4v963vzq7wbfi986ymxfx47jqp7";
sha256 = "11v06w0mq9l6rcgbm0wx47a5x3n7js8f07g43xfjv0qf0ra4w2xj";
};

cargoSha256 = "0603b0hn84shl9wdg7zg7kf9050gh33d8ghscwsby1vqanakms9j";
cargoSha256 = "0pq0ril8lm6y8pz0jj49zwcbb1yw3hjbpk4m9vp1vfbj3hvjcbp3";

nativeBuildInputs = stdenv.lib.optionals stdenv.isLinux [ pkg-config ];
buildInputs = [ ]