Skip to content

Commit

Permalink
nerdctl: 0.10.0 -> 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
06kellyjac committed Jul 20, 2021
1 parent 94e725d commit 0776027
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/cluster/nerdctl/default.nix
Expand Up @@ -10,16 +10,16 @@

buildGoModule rec {
pname = "nerdctl";
version = "0.10.0";
version = "0.11.0";

src = fetchFromGitHub {
owner = "containerd";
repo = pname;
rev = "v${version}";
sha256 = "sha256-cqIIpdkQ6DF7DKXvwCoJBQKG0+lL8iP/Vx0q7rL8prg=";
sha256 = "sha256-uYiGerxZb5GW1dOcflERF3wvgJ8VOtRmQkyzC/ztwjk=";
};

vendorSha256 = "sha256-0+k1e7Sn+NYGAJDVUbUm0oedc1t2blezUhsjDIuIKvA=";
vendorSha256 = "sha256-kGSibuXutyOvDkmajIQ0AqrwR3VUiWoM1Y2zk3MwwyU=";

nativeBuildInputs = [ makeWrapper installShellFiles ];

Expand Down

0 comments on commit 0776027

Please sign in to comment.