Commit 561700e1 authored by R. RyanTM's avatar R. RyanTM
Browse files

kubelogin-oidc: 1.29.0 -> 1.30.0

parent e4c25fa2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,18 +2,18 @@

buildGoModule rec {
  pname = "kubelogin";
  version = "1.29.0";
  version = "1.30.0";

  src = fetchFromGitHub {
    owner = "int128";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-fGCllV07YustUIX1XiSvsC42obDOgl2yV5ruQMT2R0c=";
    sha256 = "sha256-DHg46t0gMypK6Nj428gpOMtPuA+XcW4IJU39CHTVGPw=";
  };

  subPackages = ["."];

  vendorHash = "sha256-wtxSoRSpmRwuIOdKGmCRR+QLwOvONiiltg6KL6t2cf8=";
  vendorHash = "sha256-gr+SsC7MiLj/MZ8kca5Hcfge+7Pm4y963TfwyKHEhBY=";

  # Rename the binary instead of symlinking to avoid conflict with the
  # Azure version of kubelogin