Skip to content

Commit

Permalink
operator-sdk: 1.4.2 -> 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Mar 16, 2021
1 parent f0b078e commit 14a5e51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/operator-sdk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "operator-sdk";
version = "1.4.2";
version = "1.5.0";

src = fetchFromGitHub {
owner = "operator-framework";
repo = pname;
rev = "v${version}";
sha256 = "sha256-wGlxi9X8RrAtvevDfufY1t3en6QgHy5XoSh0K/M/ve4=";
sha256 = "sha256-95fTfUKoknGBIoc/ALd5w9X89Tl9DBxapl9EgWENsa0=";
};

vendorSha256 = "sha256-GRw0u6zox2gseQhrx7n0M3WVu4+yCKZ7D/QHVcBRb30=";
vendorSha256 = "sha256-Sp0ml5tnsbnuyk3NkA80dmFj6IOiL/NeYYbEbr7EPRY=";

doCheck = false;

Expand Down

0 comments on commit 14a5e51

Please sign in to comment.