Skip to content

Commit

Permalink
operator-sdk: 1.37.0 -> 1.38.0 (#357679)
Browse files Browse the repository at this point in the history
  • Loading branch information
NetaliDev authored Nov 22, 2024
2 parents 8b14b51 + 7eac796 commit c83af73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/op/operator-sdk/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

buildGoModule rec {
pname = "operator-sdk";
version = "1.37.0";
version = "1.38.0";

src = fetchFromGitHub {
owner = "operator-framework";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-ANG9KpyEO+fpjelYU+HNTkbg2S0vFNyPzPRFjcLoLOI=";
hash = "sha256-YCYieXT+3LCpae3V/vub/TAKUG03HjB9FdHEhDVP4uM=";
};

vendorHash = "sha256-pr3WTUZetps/Gof8lttN2beomiobVPCgX0j9V77g5sI=";
vendorHash = "sha256-8qNrXLmp3FKb6ByrIWa7VupEhW4Wc4xZCJmURqt/mfw=";

nativeBuildInputs = [
makeWrapper
Expand Down

0 comments on commit c83af73

Please sign in to comment.