Merge pull request #150208 from r-ryantm/auto-update/debootstrap

debootstrap: 1.0.124 -> 1.0.126
This commit is contained in:
Jörg Thalheim 2021-12-11 13:02:23 +00:00 committed by GitHub
commit 4cb43d86d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,13 +16,13 @@ let binPath = lib.makeBinPath [
];
in stdenv.mkDerivation rec {
pname = "debootstrap";
version = "1.0.124";
version = "1.0.126";
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/${pname}/${pname}_${version}.tar.gz";
sha256 = "sha256-dwDphksp8WaybFQVPtjCdbRvS5pgRou2B+AZpkwWzY8=";
sha256 = "sha256-vEjhxQDDO+1QvQDSAfM408ktbA3LHyAsO8AO8B+Wxhg=";
};
nativeBuildInputs = [ makeWrapper ];