Skip to content

Commit

Permalink
operator-sdk: 1.4.0 -> 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 15, 2021
1 parent 859d540 commit 05a4c05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/operator-sdk/default.nix
Original file line number Diff line number Diff line change
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 05a4c05

Please sign in to comment.