Merge pull request #53179 from dtzWill/update/diffutils-3.7

diffutils: 3.6 -> 3.7
This commit is contained in:
Will Dietz 2019-01-05 13:58:18 -06:00 committed by GitHub
commit d47a99c450
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, xz, coreutils ? null }:
stdenv.mkDerivation rec {
name = "diffutils-3.6";
name = "diffutils-3.7";
src = fetchurl {
url = "mirror://gnu/diffutils/${name}.tar.xz";
sha256 = "1mivg0fy3a6fcn535ln8nkgfj6vxh5hsxxs5h6692wxmsjyyh8fn";
sha256 = "09isrg0isjinv8c535nxsi1s86wfdfzml80dbw41dj9x3hiad9xk";
};
outputs = [ "out" "info" ];