mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
Merge pull request #45249 from r-ryantm/auto-update/debootstrap
debootstrap: 1.0.106 -> 1.0.107
This commit is contained in:
commit
34fcd67eff
1 changed files with 4 additions and 4 deletions
|
@ -4,16 +4,16 @@
|
|||
# There is also cdebootstrap now. Is that easier to maintain?
|
||||
stdenv.mkDerivation rec {
|
||||
name = "debootstrap-${version}";
|
||||
version = "1.0.106";
|
||||
version = "1.0.107";
|
||||
|
||||
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 = "0vn2camhwf6h2ja78km9ihi8df4pfzvm9hnppv6vq32lfwjd3z2g";
|
||||
sha256 = "1gq5r4fa0hrq4c69l2s0ygnfyvr90k2wqaq15s869hayhnssx4g1";
|
||||
};
|
||||
|
||||
buildInputs = [ dpkg gettext gawk perl ];
|
||||
buildInputs = [ dpkg gettext gawk perl wget ];
|
||||
|
||||
dontBuild = true;
|
||||
|
||||
|
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
|||
--subst-var-by id "$(type -p id)" \
|
||||
--subst-var-by perl "$(type -p perl)" \
|
||||
--subst-var-by uname "$(type -p uname)" \
|
||||
--subst-var-by wget "${wget}/bin/wget"
|
||||
--subst-var-by wget "$(type -p wget)"
|
||||
done
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue