debootstrap: 1.0.93 -> 1.0.95

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/k3qs3yxhsnx6l1iczi380bmls1mlbxaq-debootstrap-1.0.95/bin/debootstrap --help` got 0 exit code
- found 1.0.95 with grep in /nix/store/k3qs3yxhsnx6l1iczi380bmls1mlbxaq-debootstrap-1.0.95
- directory tree listing: https://gist.github.com/7983943ad2e8485325712bd046091536
This commit is contained in:
R. RyanTM 2018-04-01 04:00:43 -07:00
parent a7af5d4f88
commit ff900a91a6

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.93";
version = "1.0.95";
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 = "1nyp9fwb7xrk1vin81dmgx2g9rb52yg4gwz4rcx97gamw4mlvbfd";
sha256 = "1xpd1yblcgwhri64hzgxhalpf5j8gqbmkrsm1fs0pbwiy0wdz0ry";
};
buildInputs = [ dpkg gettext gawk perl ];