Merge pull request #114220 from 06kellyjac/nerdctl

nerdctl: 0.6.0 -> 0.6.1
This commit is contained in:
Mario Rodas 2021-02-24 05:21:26 -05:00 committed by GitHub
commit 2d28c95f28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,13 +9,13 @@
buildGoModule rec {
pname = "nerdctl";
version = "0.6.0";
version = "0.6.1";
src = fetchFromGitHub {
owner = "AkihiroSuda";
repo = pname;
rev = "v${version}";
sha256 = "sha256-QhAN30ge0dbC9dGT1yP4o0VgrcS9+g+r6YJ07ZjPJtg=";
sha256 = "sha256-zexvTPEQw7iW1d3ahHmqTn+UaT/bJMlr1sVlWErc2ck=";
};
vendorSha256 = "sha256-bX1GfKbAbdEAnW3kPNsbF/cJWufxvuhm//G88qJ3u08=";