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

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

nerdctl: 1.3.0 -> 1.3.1
parents abe99e53 ced17ace
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,16 +10,16 @@

buildGoModule rec {
  pname = "nerdctl";
  version = "1.3.0";
  version = "1.3.1";

  src = fetchFromGitHub {
    owner = "containerd";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-mobPl1T33yhoIjFmxZn6D96ZdU4fwwPLn8cBsYSF/Fw=";
    hash = "sha256-1wqPMT8JJ29K0BcooPj7jaXMKIVlN6YvFwneYnqaeDk=";
  };

  vendorHash = "sha256-5SaYGRCgl8f5XeKbhT1autW6Kdy+HDwsWXUWTFeAMio=";
  vendorHash = "sha256-ix18Mi4a1kW7C6rcwwFc6TDwzs3vYxNz3M3d5pD8l6c=";

  nativeBuildInputs = [ makeWrapper installShellFiles ];