Skip to content

Commit

Permalink
Merge pull request #113183 from r-ryantm/auto-update/operator-sdk
Browse files Browse the repository at this point in the history
operator-sdk: 1.4.0 -> 1.4.1
  • Loading branch information
ryantm committed Feb 18, 2021
2 parents 551700b + 05a4c05 commit af6f2b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/operator-sdk/default.nix
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "operator-sdk";
version = "1.4.0";
version = "1.4.1";

src = fetchFromGitHub {
owner = "operator-framework";
repo = pname;
rev = "v${version}";
sha256 = "sha256-KxYGXwK6wF5MDY+zrSdcQqBYkSdnxOCYudTh+TwTkm8=";
sha256 = "sha256-sdTDBEdBl+IM2HB4hIrAijG4dF3OU7+CjPpGWD8HQm8=";
};

vendorSha256 = "sha256-GRw0u6zox2gseQhrx7n0M3WVu4+yCKZ7D/QHVcBRb30=";
Expand Down

0 comments on commit af6f2b8

Please sign in to comment.