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

nerdctl: 1.3.1 -> 1.4.0
This commit is contained in:
Weijia Wang
2023-06-06 10:57:35 +03:00
committed by GitHub
@@ -10,16 +10,16 @@
buildGoModule rec {
pname = "nerdctl";
version = "1.3.1";
version = "1.4.0";
src = fetchFromGitHub {
owner = "containerd";
repo = pname;
rev = "v${version}";
hash = "sha256-1wqPMT8JJ29K0BcooPj7jaXMKIVlN6YvFwneYnqaeDk=";
hash = "sha256-30T5HXQz57Uwgly6HcMroEC/qwynm6nB4B3uwDC2WHo=";
};
vendorHash = "sha256-ix18Mi4a1kW7C6rcwwFc6TDwzs3vYxNz3M3d5pD8l6c=";
vendorHash = "sha256-zsIRdPNoUrlN2FWSlHN8+8yi74CGxW6pX8TYNHtPJ3A=";
nativeBuildInputs = [ makeWrapper installShellFiles ];