1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 06:31:02 +00:00

set default to 1.4.6 (was 1.4.3)

svn path=/nixpkgs/trunk/; revision=6378
This commit is contained in:
Armijn Hemel 2006-08-30 17:05:47 +00:00
parent 93f876da32
commit 39eb66f644

View file

@ -1,8 +1 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "gnum4-1.4.3";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/m4-1.4.3.tar.bz2;
md5 = "1f7d7eba70a0525c44c2edc3998925c7";
};
}
import ./m4-1.4.6.nix