Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d3cb740a9175
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8f4151ac187f
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 11, 2020

  1. operator-sdk: 1.1.0 -> 1.2.0

    r-ryantm committed Nov 11, 2020
    Copy the full SHA
    7840281 View commit details

Commits on Nov 14, 2020

  1. Merge pull request #103483 from r-ryantm/auto-update/operator-sdk

    operator-sdk: 1.1.0 -> 1.2.0
    ryantm authored Nov 14, 2020
    Copy the full SHA
    8f4151a View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/tools/operator-sdk/default.nix
6 changes: 3 additions & 3 deletions pkgs/development/tools/operator-sdk/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

buildGoModule rec {
pname = "operator-sdk";
version = "1.1.0";
version = "1.2.0";

src = fetchFromGitHub {
owner = "operator-framework";
repo = pname;
rev = "v${version}";
sha256 = "11xlay3sk5nr9pfbqifcrfi5h81qnhs3hg5b75zgqysgr4d2m987";
sha256 = "03iy4a5jlsmmzn8cpyp35sc2kgz6shg18ah0qdzkadqqalqlldy8";
};

vendorSha256 = "1bbj23rwghqfw9vsgj9i9zrxvl480adsmjg1zb06cdhh5j1hl0vy";
vendorSha256 = "0dls086lw3sbal4rf0l3xb0sp6g393n9ylkpzppp75myj7v900vv";

doCheck = false;