debootstrap: 1.0.115 -> 1.0.116
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
5a471eaca5
commit
460bb4a436
@ -15,13 +15,13 @@ let binPath = stdenv.lib.makeBinPath [
|
|||||||
];
|
];
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "debootstrap";
|
pname = "debootstrap";
|
||||||
version = "1.0.115";
|
version = "1.0.116";
|
||||||
|
|
||||||
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 = "1s6ln7r6y91f0xmzbf9x4yx53hzcpiaa76i9dbmpy0ibw1ji30g4";
|
sha256 = "06gh7hks8flpg327wnrwwmp7h9s6knz2kk794s5wpd91iwnjfcyb";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user