summary refs log tree commit diff
path: root/pkgs/tools/archivers/gnutar/default.fix
blob: b7c18e872ad961f1b94098e51848cb53adfc91e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{stdenv, fetchurl}: derivation {
  name = "gnutar-1.13.25";
  system = stdenv.system;
  builder = ./builder.sh;
  src = fetchurl {
    url = ftp://alpha.gnu.org/gnu/tar/tar-1.13.25.tar.gz;
    md5 = "6ef8c906e81eee441f8335652670ac4a";
  };
  stdenv = stdenv;
}