mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
update findutils to 4.2.27
svn path=/nixpkgs/trunk/; revision=4861
This commit is contained in:
parent
f05a25f5f5
commit
ef92af7139
@ -1,10 +1,10 @@
|
||||
{stdenv, fetchurl, coreutils}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "findutils-4.2.26";
|
||||
name = "findutils-4.2.27";
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/findutils-4.2.26.tar.gz;
|
||||
md5 = "9ac4e62937b1fdc4eb643d1d4bf117d3";
|
||||
url = ftp://ftp.nluug.nl/pub/gnu/findutils/findutils-4.2.27.tar.gz;
|
||||
md5 = "f1e0ddf09f28f8102ff3b90f3b5bc920";
|
||||
};
|
||||
buildInputs = [coreutils];
|
||||
patches = [./findutils-path.patch];
|
||||
|
Loading…
Reference in New Issue
Block a user