Unverified Commit 07031645 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

aws-iam-authenticator: 0.6.26 -> 0.6.27 (#343017)

parents 840159d5 e9d6c485
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

buildGoModule rec {
  pname = "aws-iam-authenticator";
  version = "0.6.26";
  version = "0.6.27";

  src = fetchFromGitHub {
    owner = "kubernetes-sigs";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-c7JhUDnANW4QihsfCioYiCe19JfqhTYP+pZgUSV6lHQ=";
    hash = "sha256-8WLuz3+pn6BMnhZGUfRYj0IwOm6xuqd6zj+J2XbCPy4=";
  };

  vendorHash = "sha256-xCNuFO+J0NXq8CPZXB0R2RmLLH27Vh/GMrBKk+mGk04=";