3
0
Fork 0
forked from mirrors/nixpkgs

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

nerdctl: 0.22.2 -> 0.23.0
This commit is contained in:
superherointj 2022-09-11 20:59:35 -03:00 committed by GitHub
commit faa93c4e19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,16 +10,16 @@
buildGoModule rec {
pname = "nerdctl";
version = "0.22.2";
version = "0.23.0";
src = fetchFromGitHub {
owner = "containerd";
repo = pname;
rev = "v${version}";
sha256 = "sha256-D5NnCJrQQ2Iam9A5rxuiT6XOf00x/LOiwEC8SjSZdt0=";
sha256 = "sha256-WA/jkS6kArc+wZFzIpBekViVOVPafG6o1vPCVqXbBNs=";
};
vendorSha256 = "sha256-5QcltDNvhfyzUsFNbSjVnh0OMTxj+JU0VnDADSWTD48=";
vendorSha256 = "sha256-fR1793YcYMcemOHF6Pj32z1q8fxvwFJTFryDFHLL+Do=";
nativeBuildInputs = [ makeWrapper installShellFiles ];