debootstrap: 1.0.136 -> 1.0.137

This commit is contained in:
R. Ryantm 2024-08-05 09:43:48 +00:00 committed by Weijia Wang
parent 0f67d73815
commit 225f3c1243

View File

@ -40,14 +40,14 @@ let binPath = lib.makeBinPath [
];
in stdenv.mkDerivation rec {
pname = "debootstrap";
version = "1.0.136";
version = "1.0.137";
src = fetchFromGitLab {
domain = "salsa.debian.org";
owner = "installer-team";
repo = pname;
repo = "debootstrap";
rev = "refs/tags/${version}";
hash = "sha256-hUXOUIUSANXS1a65AA30jZ3J444Xb2klu3m8x0QJfns=";
hash = "sha256-l4vdojsrHAJsa8RwZezH3uI6pWJHK/PBs+YZCtnpXnQ=";
};
nativeBuildInputs = [ makeWrapper ];