Skip to content

Commit

Permalink
Merge pull request #84358 from r-ryantm/auto-update/debootstrap
Browse files Browse the repository at this point in the history
debootstrap: 1.0.119 -> 1.0.123
  • Loading branch information
Ma27 authored Apr 6, 2020
2 parents 98aa946 + d161f64 commit 3e0a8ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/debootstrap/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ let binPath = stdenv.lib.makeBinPath [
];
in stdenv.mkDerivation rec {
pname = "debootstrap";
version = "1.0.119";
version = "1.0.123";

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 = "1q5kw5mm5cnm97j0iz8hfbmjrpdc3n3pcw7f9as1n6h0xp0bmgp6";
sha256 = "0a53dhfwa74vdhqd6kbl7zlm7iic37c6wkdclppf0syxxi3q2njy";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 3e0a8ba

Please sign in to comment.