mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
* GNU M4 updated to 1.4.9 (NIXPKGS-51).
svn path=/nixpkgs/trunk/; revision=8748
This commit is contained in:
parent
c62a35fc0c
commit
056209410d
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
{stdenv, fetchurl}:
|
||||
stdenv.mkDerivation {
|
||||
name = "gnum4-1.4.8";
|
||||
name = "gnum4-1.4.9";
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.nluug.nl/pub/gnu/m4/m4-1.4.8.tar.bz2;
|
||||
md5 = "6bbf917e5d8fab20b38d43868c3944d3";
|
||||
url = ftp://ftp.nluug.nl/pub/gnu/m4/m4-1.4.9.tar.bz2;
|
||||
sha256 = "0a9xgknp29zdhpp7xn3bfcxdc0wn2rzvjfdksz5ym82b6y397qm8";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue