Merge pull request #109237 from benley/dex-2.27.0
dex-oidc: 2.23.0 -> 2.27.0
This commit is contained in:
commit
fc748c2e87
@ -1,24 +1,24 @@
|
|||||||
{ lib, buildGoPackage, fetchFromGitHub }:
|
{ lib, buildGoModule, fetchFromGitHub }:
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoModule rec {
|
||||||
pname = "dex";
|
pname = "dex";
|
||||||
version = "2.23.0";
|
version = "2.27.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dexidp";
|
owner = "dexidp";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1fr5r7d0xwj0b69jhszyyif4yc4kiy7zpfcpf83zdy12mh8f96c8";
|
sha256 = "0n66nm91qcmm00mz8f8x39xqr3y05qxk34fvka53s6xax1gxvxxi";
|
||||||
};
|
};
|
||||||
|
|
||||||
goPackagePath = "github.com/dexidp/dex";
|
vendorSha256 = "1k87q3ic02n2b632y3lmnclac1iaidmsl3f9py61myi5r02p03lp";
|
||||||
|
|
||||||
subPackages = [
|
subPackages = [
|
||||||
"cmd/dex"
|
"cmd/dex"
|
||||||
];
|
];
|
||||||
|
|
||||||
buildFlagsArray = [
|
buildFlagsArray = [
|
||||||
"-ldflags=-w -X github.com/dexidp/dex/version.Version=${src.rev}"
|
"-ldflags=-w -s -X github.com/dexidp/dex/version.Version=${src.rev}"
|
||||||
];
|
];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user