Merge pull request #91400 from timstott/update-aws-okta

aws-okta: 0.26.3 -> 1.0.2
This commit is contained in:
Mario Rodas 2020-06-25 06:08:17 -05:00 committed by GitHub
commit 643fa9a1ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 33 deletions

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "aws-okta";
version = "0.26.3";
version = "1.0.2";
goPackagePath = "github.com/segmentio/aws-okta";
@ -10,13 +10,13 @@ buildGoPackage rec {
owner = "segmentio";
repo = "aws-okta";
rev = "v${version}";
sha256 = "0n6xm3yv0lxfapchzfrqi05hk918n4lh1hcp7gq7hybam93rld96";
sha256 = "0rqkbhprz1j9b9bx3wvl5zi4p02q1qza905wkrvh42f9pbknajww";
};
goDeps = ./deps.nix;
buildFlags = [ "--tags" "release" ];
buildFlagsArray = [ "-ldflags=-X main.Version=${version}" ];
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ libusb1 libiconv ];

View File

@ -1,29 +0,0 @@
[
{
goPackagePath = "github.com/sirupsen/logrus";
fetch = {
type = "git";
url = "https://github.com/sirupsen/logrus.git";
rev = "a437dfd2463eaedbec3dfe443e477d3b0a810b3f";
sha256 = "1904s2bbc7p88anzjp6fyj3jrbm5p6wbb8j4490674dq10kkcfbj";
};
}
{
goPackagePath = "golang.org/x/sys/unix";
fetch = {
type = "git";
url = "https://github.com/golang/sys.git";
rev = "b699b7032584f0953262cb2788a0ca19bb494703";
sha256 = "172sw1bm581qwal9pbf9qj1sgivr74nabbj8qq4q4fhgpzams9ix";
};
}
{
goPackagePath = "github.com/marshallbrekka/go-u2fhost";
fetch = {
type = "git";
url = "https://github.com/marshallbrekka/go-u2fhost";
rev = "72b0e7a3f583583996b3b382d2dfaa81fdc4b82c";
sha256 = "0apzmf0bjpr58ynw55agyjsl74zyg5qjk19nyyy4zhip3s9b1d0h";
};
}
]