Merge pull request #45249 from r-ryantm/auto-update/debootstrap

debootstrap: 1.0.106 -> 1.0.107
This commit is contained in:
Jörg Thalheim 2018-08-17 14:08:33 +01:00 committed by GitHub
commit 34fcd67eff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,16 +4,16 @@
# There is also cdebootstrap now. Is that easier to maintain?
stdenv.mkDerivation rec {
name = "debootstrap-${version}";
version = "1.0.106";
version = "1.0.107";
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 = "0vn2camhwf6h2ja78km9ihi8df4pfzvm9hnppv6vq32lfwjd3z2g";
sha256 = "1gq5r4fa0hrq4c69l2s0ygnfyvr90k2wqaq15s869hayhnssx4g1";
};
buildInputs = [ dpkg gettext gawk perl ];
buildInputs = [ dpkg gettext gawk perl wget ];
dontBuild = true;
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
--subst-var-by id "$(type -p id)" \
--subst-var-by perl "$(type -p perl)" \
--subst-var-by uname "$(type -p uname)" \
--subst-var-by wget "${wget}/bin/wget"
--subst-var-by wget "$(type -p wget)"
done