debootstrap: 1.0.95 -> 1.0.97

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/debootstrap/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/3xn6n1ldz25y4lnsy4p9g6m512f7vx96-debootstrap-1.0.97/bin/debootstrap --help’ got 0 exit code
- found 1.0.97 with grep in /nix/store/3xn6n1ldz25y4lnsy4p9g6m512f7vx96-debootstrap-1.0.97
- directory tree listing: https://gist.github.com/be7bb7552141923f8ef6cced5d4c16dc
This commit is contained in:
R. RyanTM 2018-04-20 07:24:11 -07:00
parent 333a24a628
commit cff3153b23

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 ];