debootstrap: 1.0.124 -> 1.0.126

This commit is contained in:
R. Ryantm 2021-12-11 08:39:40 +00:00
parent 9f329731b5
commit d45397a3ce

View file

@ -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 ];