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

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

nerdctl: 1.2.0 -> 1.2.1
parents 7776983c 36160701
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,16 +10,16 @@

buildGoModule rec {
  pname = "nerdctl";
  version = "1.2.0";
  version = "1.2.1";

  src = fetchFromGitHub {
    owner = "containerd";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-6AXki9/gJVlHpA3iSS1GqkLWaUqE0c+X8alWdMyCFiU=";
    hash = "sha256-/M/uAgAVqsd+jsVhiS+rDHM5HaryvDV5rXAIKMIHa1c=";
  };

  vendorHash = "sha256-28Wt9uQ7+PEWe+RaNv4HLz7HQbO7hXlX3O7s9SooLu8=";
  vendorHash = "sha256-CNWN8UWCy5EssUEyFrLMKW3HSr91/RZWMLUX9N2sY+0=";

  nativeBuildInputs = [ makeWrapper installShellFiles ];