3
0
Fork 0
forked from mirrors/nixpkgs

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

debootstrap: 1.0.95 -> 1.0.97
This commit is contained in:
Jörg Thalheim 2018-04-21 10:56:01 +01:00 committed by GitHub
commit cba6e774fd
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.95";
version = "1.0.97";
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 = "1xpd1yblcgwhri64hzgxhalpf5j8gqbmkrsm1fs0pbwiy0wdz0ry";
sha256 = "1w2wdiazfykjkwainxfk72rccqsh1l1i90h93phsvayv0gsbxrnk";
};
buildInputs = [ dpkg gettext gawk perl ];