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

debootstrap: 1.0.116 -> 1.0.117
This commit is contained in:
Daniel Schaefer 2020-02-15 15:05:30 +01:00 committed by GitHub
commit 756b61e307
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,13 +15,13 @@ let binPath = stdenv.lib.makeBinPath [
];
in stdenv.mkDerivation rec {
pname = "debootstrap";
version = "1.0.116";
version = "1.0.117";
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 = "06gh7hks8flpg327wnrwwmp7h9s6knz2kk794s5wpd91iwnjfcyb";
sha256 = "0rsdw1yjkx35jd1i45646l07glnwsn9gzd6k8sjccv2xvhcljq77";
};
nativeBuildInputs = [ makeWrapper ];