nerdctl: 1.5.0 -> 1.6.0

This commit is contained in:
R. Ryantm
2023-10-03 05:33:05 +00:00
parent e5e88c99f3
commit 698a2f6c24
@@ -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 ];