debootstrap: 1.0.92 -> 1.0.93

This commit is contained in:
adisbladis 2018-01-08 04:29:30 +08:00
parent 9ece657e17
commit 470ba2f5da
No known key found for this signature in database
GPG Key ID: ED58F95069B004F5

View File

@ -4,13 +4,13 @@
# There is also cdebootstrap now. Is that easier to maintain?
stdenv.mkDerivation rec {
name = "debootstrap-${version}";
version = "1.0.92";
version = "1.0.93";
src = fetchurl {
# 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?)
url = "mirror://debian/pool/main/d/debootstrap/debootstrap_${version}.tar.gz";
sha256 = "06gp6ivmfh0ks4mibx1mz0pwzjyxqas319s741pp9b3k091jkip1";
sha256 = "1nyp9fwb7xrk1vin81dmgx2g9rb52yg4gwz4rcx97gamw4mlvbfd";
};
buildInputs = [ dpkg gettext gawk perl ];