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

Commits on Nov 3, 2020

  1. Copy the full SHA
    b7718d5 View commit details

Commits on Nov 5, 2020

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

    mbuffer: 20200505 -> 20200929
    ryantm authored Nov 5, 2020
    Copy the full SHA
    2a8341b 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 = "20200505";
version = "20200929";
pname = "mbuffer";

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

buildInputs = [ openssl ];