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: 5505be78401b
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: af699a155b37
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 22, 2020

  1. Copy the full SHA
    d48125c View commit details

Commits on May 23, 2020

  1. Merge pull request #88585 from r-ryantm/auto-update/mbuffer

    mbuffer: 20191016 -> 20200505
    ryantm authored May 23, 2020
    Copy the full SHA
    af699a1 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/misc/mbuffer/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/misc/mbuffer/default.nix
Original file line number Diff line number Diff line change
@@ -3,12 +3,12 @@
} :

stdenv.mkDerivation rec {
version = "20191016";
version = "20200505";
pname = "mbuffer";

src = fetchurl {
url = "http://www.maier-komor.de/software/mbuffer/mbuffer-${version}.tgz";
sha256 = "05xyvmbs2x5gbj2njgg7hsj3alb5dh96xhab0w0qkhb58x2i1hld";
sha256 = "02qzy3appah0llg6aa71isl2a5nc93bkzy5r4d682lcy2j1n216c";
};

buildInputs = [ openssl ];