debootstrap: 1.0.107 -> 1.0.108 (#46294)
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
This commit is contained in:
parent
a1bd1839e1
commit
8955ec6c73
@ -4,13 +4,13 @@
|
|||||||
# There is also cdebootstrap now. Is that easier to maintain?
|
# There is also cdebootstrap now. Is that easier to maintain?
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "debootstrap-${version}";
|
name = "debootstrap-${version}";
|
||||||
version = "1.0.107";
|
version = "1.0.108";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
# git clone git://git.debian.org/d-i/debootstrap.git
|
# 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?)
|
# 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";
|
url = "mirror://debian/pool/main/d/debootstrap/debootstrap_${version}.tar.gz";
|
||||||
sha256 = "1gq5r4fa0hrq4c69l2s0ygnfyvr90k2wqaq15s869hayhnssx4g1";
|
sha256 = "1zfp6i6mskgx3b186sbd1443031h9z01yfqgynhl848faknv4h9f";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ dpkg gettext gawk perl wget ];
|
buildInputs = [ dpkg gettext gawk perl wget ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user