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

debootstrap: 1.0.105 -> 1.0.106
This commit is contained in:
Frederik Rietdijk 2018-07-11 19:02:28 +02:00 committed by GitHub
commit 629c9011b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.105";
version = "1.0.106";
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 = "0m4630q8smn45pmck1azk5sv6cgdzza2r001paqvmasqa6qxbjq3";
sha256 = "0vn2camhwf6h2ja78km9ihi8df4pfzvm9hnppv6vq32lfwjd3z2g";
};
buildInputs = [ dpkg gettext gawk perl ];