Revert "gnutar: Update to 1.28"

This reverts commit 00c0c2a7852605b70b7e11c7bf8c032b03255ed0.

http://hydra.nixos.org/build/15653534
This commit is contained in:
Eelco Dolstra 2014-10-07 18:38:07 +02:00
parent 6de01e516d
commit a2c7804903

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "gnutar-${version}";
version = "1.28";
version = "1.27.1";
src = fetchurl {
url = "mirror://gnu/tar/tar-${version}.tar.bz2";
sha256 = "0qkm2k9w8z91hwj8rffpjj9v1vhpiriwz4cdj36k9vrgc3hbzr30";
sha256 = "1iip0fk0wqhxb0jcwphz43r4fxkx1y7mznnhmlvr618jhp7b63wv";
};
# May have some issues with root compilation because the bootstrap tool
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl3Plus;
maintainers = [ stdenv.lib.maintainers.eelco ];
maintainers = [ ];
platforms = stdenv.lib.platforms.all;
};
}