about summary refs log tree commit diff
path: root/pkgs/tools/security/saml2aws
AgeCommit message (Collapse)AuthorFilesLines
2022-12-25saml2aws: 2.36.1 -> 2.36.2R. Ryantm1-2/+2
2022-10-15saml2aws: 2.36.0 -> 2.36.1R. Ryantm1-2/+2
2022-07-29saml2aws: 2.34.0 -> 2.36.0R. Ryantm1-3/+3
2022-04-06saml2aws: enable testssuperherointj1-2/+0
2022-02-04saml2aws: update vendorSha256zowoq1-1/+1
2022-02-03saml2aws: 2.33.0 -> 2.34.0R. Ryantm1-3/+3
2022-01-01buildGoModule packages: remove unnecessary `runVend`zowoq1-2/+1
2021-10-28saml2aws: 2.32.0 -> 2.33.0R. Ryantm1-3/+3
2021-08-26Merge pull request #131930 from tuxinaut/masterSandro1-3/+3
saml2aws: 2.31.0 -> 2.32.0
2021-08-26treewide: buildFlagsArray -> ldflagszowoq1-3/+3
2021-07-29saml2aws: 2.31.0 -> 2.32.0Schäfer, Denny1-3/+3
2021-07-12saml2aws: fix build on Darwin (#130029)Jeffery Utter1-1/+3
2021-07-05saml2aws: 2.28.0 -> 2.31.0Fabian Affolter1-3/+3
2021-02-16saml2aws: 2.27.1 -> 2.28.0R. RyanTM1-3/+3
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-11-12saml2aws: 2.27.0 -> 2.27.1R. RyanTM1-2/+2
2020-08-31saml2aws: 2.26.2 -> 2.27.0R. RyanTM1-3/+3
2020-08-10buildGoModule packages: set doCheck = falsezowoq1-0/+2
2020-07-29saml2aws: use vend to simplify packageColin L Rice1-15/+3
2020-07-02saml2aws: 2.26.1 -> 2.26.2R. RyanTM1-3/+3
2020-06-09saml2aws: 2.25.0 -> 2.26.1R. RyanTM1-2/+2
2020-05-14go-modules: Update files to use vendorSha256Colin L Rice1-2/+15
2020-04-01saml2aws: 2.24.0 -> 2.25.0R. RyanTM1-3/+3
2020-03-27Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"Jörg Thalheim1-3/+1
This reverts commit 4e6bf03504c9e09f067cc6dee6b5aeec43a1405c, reversing changes made to afd997aab6e9b7a322198092c7828d6c560ac06f. Instead we propagate those frameworks from the compiler again
2020-03-21saml2aws: fix build on darwinMario Rodas1-1/+3
2020-03-15saml2aws: 2.19.0 -> 2.24.0R. RyanTM1-3/+3
2020-01-29saml2aws: 2.15.0 -> 2.19.0Martin Potier2-386/+14
Current version is broken, at least for use with Okta and AWS. New version fixes this problem. Packaging has changed a bit too, deps.nix was removed, and the top-level `buildGoModule` is used insead, since the upstream project now exposes a go.mod file.
2019-07-11saml2aws: 2.10.0 -> 2.15.0Paul Myjavec2-2/+84
2019-02-18Replace platforms.linux with platforms.darwin for expressions that compile ↵Freezeboy1-1/+1
on darwin too (too restrictive platforms)
2018-10-31saml2aws: 2.6.1 -> 2.10.0Tristan Helmich (omniIT)1-2/+2
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-06-27saml2aws: init at 2.6.1Paul Myjavec2-0/+319
Adds a new package, saml2aws, a CLI tool for managaing AWS logins via SAML. For more information see https://github.com/Versent/saml2aws. * Add nix expression to build the package. * Add myself as a maintainer.