Merge pull request #79898 from r-ryantm/auto-update/debootstrap
debootstrap: 1.0.116 -> 1.0.117
This commit is contained in:
commit
756b61e307
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue