Skip to content

Commit

Permalink
Merge pull request #97083 from bbigras/oauth2-proxy
Browse files Browse the repository at this point in the history
oauth2_proxy: 6.0.0 -> 6.1.1
  • Loading branch information
AndersonTorres authored Sep 11, 2020
2 parents bbafcaa + 96469f5 commit 5f4b381
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/oauth2_proxy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "oauth2-proxy";
version = "6.0.0";
version = "6.1.1";

src = fetchFromGitHub {
repo = pname;
owner = "oauth2-proxy";
sha256 = "0mbjg0d0w173xpq69frjdvgyx5k74pkrfx3phc3lq8snvhnf1c2n";
sha256 = "10vvib4089yywd10kigjszsfxkzv8xzj7dy3wr5df8h80rcfa74n";
rev = "v${version}";
};

vendorSha256 = "1hrk3h729kcc77fq44kiywmyzk5a78v7bm5d2yl76lfxxdcdric7";
vendorSha256 = "0z8ibmpil899xvjaw7siswy22shjhx17a6lnjpr62paqdxy1sfwc";

# Taken from https://github.com/oauth2-proxy/oauth2-proxy/blob/master/Makefile
buildFlagsArray = ("-ldflags=-X main.VERSION=${version}");
Expand Down

0 comments on commit 5f4b381

Please sign in to comment.