debootstrap: 1.0.103 -> 1.0.105
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. These checks were done: - built on NixOS - /nix/store/a4cy4rmcr4bn1mjvns0dm4n4yma17mbl-debootstrap-1.0.105/bin/debootstrap passed the binary check. - 1 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 1.0.105 with grep in /nix/store/a4cy4rmcr4bn1mjvns0dm4n4yma17mbl-debootstrap-1.0.105 - directory tree listing: https://gist.github.com/40e65f229f988ac5e3640bc3461c45f1 - du listing: https://gist.github.com/0fcad76edd4428db9a9941418c3471ca
This commit is contained in:
parent
a260b3d681
commit
bdf8f61d3f
@ -4,13 +4,13 @@
|
||||
# There is also cdebootstrap now. Is that easier to maintain?
|
||||
stdenv.mkDerivation rec {
|
||||
name = "debootstrap-${version}";
|
||||
version = "1.0.103";
|
||||
version = "1.0.105";
|
||||
|
||||
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/debootstrap/debootstrap_${version}.tar.gz";
|
||||
sha256 = "07qqbm50ji1j04hgv1fmy7y1jwl4rjh8q57znh9g3rr4j6fmax7q";
|
||||
sha256 = "0m4630q8smn45pmck1azk5sv6cgdzza2r001paqvmasqa6qxbjq3";
|
||||
};
|
||||
|
||||
buildInputs = [ dpkg gettext gawk perl ];
|
||||
|
Loading…
Reference in New Issue
Block a user