debootstrap: 1.0.123 -> 1.0.124
This commit is contained in:
parent
b1d725d4d9
commit
796208b8fc
|
@ -15,13 +15,13 @@ let binPath = lib.makeBinPath [
|
||||||
];
|
];
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "debootstrap";
|
pname = "debootstrap";
|
||||||
version = "1.0.123";
|
version = "1.0.124";
|
||||||
|
|
||||||
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/${pname}/${pname}_${version}.tar.gz";
|
url = "mirror://debian/pool/main/d/${pname}/${pname}_${version}.tar.gz";
|
||||||
sha256 = "0a53dhfwa74vdhqd6kbl7zlm7iic37c6wkdclppf0syxxi3q2njy";
|
sha256 = "sha256-dwDphksp8WaybFQVPtjCdbRvS5pgRou2B+AZpkwWzY8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
|
Loading…
Reference in New Issue