debootstrap: 1.0.106 -> 1.0.107

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.

+2 -2
+2 -2
pkgs/tools/misc/debootstrap/default.nix
··· 4 # There is also cdebootstrap now. Is that easier to maintain? 5 stdenv.mkDerivation rec { 6 name = "debootstrap-${version}"; 7 - version = "1.0.106"; 8 9 src = fetchurl { 10 # git clone git://git.debian.org/d-i/debootstrap.git 11 # I'd like to use the source. However it's lacking the lanny script ? (still true?) 12 url = "mirror://debian/pool/main/d/debootstrap/debootstrap_${version}.tar.gz"; 13 - sha256 = "0vn2camhwf6h2ja78km9ihi8df4pfzvm9hnppv6vq32lfwjd3z2g"; 14 }; 15 16 buildInputs = [ dpkg gettext gawk perl ];
··· 4 # There is also cdebootstrap now. Is that easier to maintain? 5 stdenv.mkDerivation rec { 6 name = "debootstrap-${version}"; 7 + version = "1.0.107"; 8 9 src = fetchurl { 10 # git clone git://git.debian.org/d-i/debootstrap.git 11 # I'd like to use the source. However it's lacking the lanny script ? (still true?) 12 url = "mirror://debian/pool/main/d/debootstrap/debootstrap_${version}.tar.gz"; 13 + sha256 = "1gq5r4fa0hrq4c69l2s0ygnfyvr90k2wqaq15s869hayhnssx4g1"; 14 }; 15 16 buildInputs = [ dpkg gettext gawk perl ];