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

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

nerdctl: 1.6.2 -> 1.7.0
parents eb8ec7cb f39711b3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,16 +10,16 @@

buildGoModule rec {
  pname = "nerdctl";
  version = "1.6.2";
  version = "1.7.0";

  src = fetchFromGitHub {
    owner = "containerd";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-izFDqaJFJrgeb3YPP/7rIf/IjvrtlwjbktNy702zVTU=";
    hash = "sha256-PR3vhNfY84vKQaAMKmPPmY7kK3BRxELAC34NfMYXQPk=";
  };

  vendorHash = "sha256-4I+qCh/A/Yj5kUZLFvXTUV85l/2LVGPUCivTdDlA1ao=";
  vendorHash = "sha256-qLxUAICm/SGy2iHAbg+12xmId+P335dFyjltYlB45iw=";

  nativeBuildInputs = [ makeWrapper installShellFiles ];