Merge pull request #258728 from r-ryantm/auto-update/nerdctl

nerdctl: 1.5.0 -> 1.6.0
This commit is contained in:
Mario Rodas
2023-10-03 03:04:53 -05:00
committed by GitHub
@@ -10,16 +10,16 @@
buildGoModule rec {
pname = "nerdctl";
version = "1.5.0";
version = "1.6.0";
src = fetchFromGitHub {
owner = "containerd";
repo = pname;
rev = "v${version}";
hash = "sha256-ngR+xlhTy3oxPN34+MoT9TSOI0+Epp8QG3KiiPmRUts=";
hash = "sha256-O1N8+Gjo0EapRV5Z7Z27Cfs886cbwTmckJsSJ2OI5fM=";
};
vendorHash = "sha256-lsD8AtbREVKFXiPsteSFA7xntRlNgOQ1y5c44vOqMa8=";
vendorHash = "sha256-/4XFQagUbU8SgoBogK1hAsfGoTY+DaIVaNpSA3Enaho=";
nativeBuildInputs = [ makeWrapper installShellFiles ];