Skip to content
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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f617f30b4cf4
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a4cf83c9b755
Choose a head ref
  • 5 commits
  • 5 files changed
  • 1 contributor

Commits on Jul 4, 2017

  1. afl: 2.43b -> 2.44b

    dezgeg committed Jul 4, 2017
    Copy the full SHA
    d453e8b View commit details
  2. iperf: 3.1.7 -> 3.2

    dezgeg committed Jul 4, 2017
    Copy the full SHA
    ed9bb16 View commit details
  3. iw: 4.3 -> 4.9

    dezgeg committed Jul 4, 2017
    Copy the full SHA
    06c61f8 View commit details
  4. libbsd: 0.8.4 -> 0.8.5

    dezgeg committed Jul 4, 2017
    Copy the full SHA
    01260e9 View commit details
  5. psmisc: 23.0 -> 23.1

    dezgeg committed Jul 4, 2017
    Copy the full SHA
    a4cf83c View commit details
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libbsd/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "libbsd-${version}";
version = "0.8.4";
version = "0.8.5";

src = fetchurl {
url = "http://libbsd.freedesktop.org/releases/${name}.tar.xz";
sha256 = "1cya8bv976ijv5yy1ix3pzbnmp9k2qqpgw3dx98k2w0m55jg2yi1";
sha256 = "0a2vq0xdhs3yyj91b0612f19fakg7a9xlqy2f993128kyhjd0ivn";
};

# darwin changes configure.ac which means we need to regenerate
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/iw/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{stdenv, fetchurl, libnl, pkgconfig}:

stdenv.mkDerivation rec {
name = "iw-4.3";
name = "iw-4.9";

src = fetchurl {
url = "https://www.kernel.org/pub/software/network/iw/${name}.tar.xz";
sha256 = "085jyvrxzarvn5jl0fk618jjxy50nqx7ifngszc4jxk6a4ddibd6";
sha256 = "1klpvv98bnx1zm6aqalnri2vd7w80scmdaxr2qnblb6mz82whk1j";
};

buildInputs = [ libnl pkgconfig ];
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/psmisc/default.nix
Original file line number Diff line number Diff line change
@@ -3,11 +3,11 @@
assert stdenv.isLinux;

stdenv.mkDerivation rec {
name = "psmisc-23.0";
name = "psmisc-23.1";

src = fetchurl {
url = "mirror://sourceforge/psmisc/${name}.tar.xz";
sha256 = "0k7hafh9388s3hh9j943jy1qk9g1c43j02nyk0xis0ngbs632lvm";
sha256 = "0c5s94hqpwfmyswx2f96gifa6wdbpxxpkyxcrlzbxpvmrxsd911f";
};

buildInputs = [ncurses];
4 changes: 2 additions & 2 deletions pkgs/tools/networking/iperf/3.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, fetchurl }:

stdenv.mkDerivation rec {
name = "iperf-3.1.7";
name = "iperf-3.2";

src = fetchurl {
url = "http://downloads.es.net/pub/iperf/${name}.tar.gz";
sha256 = "0kvk8d0a3dcxc8fisyprbn01y8akxj4sx8ld5dh508p9dx077vx4";
sha256 = "07cwrl9q5pmfjlh6ilpk7hm25lpkcaf917zhpmfq918lhrpv61zj";
};

postInstall = ''
4 changes: 2 additions & 2 deletions pkgs/tools/security/afl/default.nix
Original file line number Diff line number Diff line change
@@ -9,11 +9,11 @@ let
in
stdenv.mkDerivation rec {
name = "afl-${version}";
version = "2.43b";
version = "2.44b";

src = fetchurl {
url = "http://lcamtuf.coredump.cx/afl/releases/${name}.tgz";
sha256 = "1jv2y9b53k3p8hngm78ikakhcf4vv3yyz6ip17jhg5gsis29gdwx";
sha256 = "0wvx4ibr5hhav9mld1gncdvfzb4iky85gam3x8a43ispjddyya6m";
};

# Note: libcgroup isn't needed for building, just for the afl-cgroup