Unverified Commit ea65a5d7 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

nerdctl: 1.5.0 -> 1.6.0
parents fed5bd07 698a2f6c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];