debootstrap: 1.0.64.tar.xz -> 1.0.66.tar.gz (close #5548)
It was 404. @vcunat: convert URLs to mirror://debian.
This commit is contained in:
parent
9c24b48e0c
commit
bd3f891c1c
@ -14,7 +14,7 @@ let
|
|||||||
};
|
};
|
||||||
patches = [
|
patches = [
|
||||||
(fetchurl {
|
(fetchurl {
|
||||||
url = "http://ftp.de.debian.org/debian/pool/main/m/makedev/makedev_2.3.1-89.diff.gz";
|
url = "mirror://debian/pool/main/m/makedev/makedev_2.3.1-89.diff.gz";
|
||||||
sha256 = "1zbifw2jkq6471fb67y893nq4lq009xbfbi57jbjwxnhqmrppcy9";
|
sha256 = "1zbifw2jkq6471fb67y893nq4lq009xbfbi57jbjwxnhqmrppcy9";
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
@ -32,13 +32,13 @@ in
|
|||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
|
|
||||||
name = "debootstrap-1.0.64";
|
name = "debootstrap-1.0.66";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
# git clone git://git.debian.org/d-i/debootstrap.git
|
# git clone git://git.debian.org/d-i/debootstrap.git
|
||||||
# I'd like to use the source. However it's lacking the lanny script ? (still true?)
|
# I'd like to use the source. However it's lacking the lanny script ? (still true?)
|
||||||
url = http://ftp.de.debian.org/debian/pool/main/d/debootstrap/debootstrap_1.0.64.tar.xz;
|
url = mirror://debian/pool/main/d/debootstrap/debootstrap_1.0.66.tar.gz;
|
||||||
sha256 = "0yrdgggqgb7g1h677zipaxs17iyw4fmnmhh0l5n17d8x39pqjkd8";
|
sha256 = "15gh6pvk7f0fib8ggz2zx53pg2jzqk4x0s8ihkpqxqdf4rlns91k";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ dpkg gettext gawk perl ];
|
buildInputs = [ dpkg gettext gawk perl ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user