summaryrefslogtreecommitdiff
path: root/pkgs/tools/security/saml2aws (follow)
Commit message (Expand)AuthorAgeFilesLines
* saml2aws: 2.36.15 -> 2.36.16R. Ryantm2024-05-291-3/+3
* saml2aws: 2.36.14 -> 2.36.15R. Ryantm2024-03-311-3/+3
* saml2aws: 2.36.13 -> 2.36.14R. Ryantm2024-03-201-3/+3
* treewide: add meta.mainProgram to packages with a single binary•••The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible. stuebinm2024-03-191-0/+1
* saml2aws: 2.36.12 -> 2.36.13R. Ryantm2023-12-081-3/+3
* saml2aws: 2.36.11 -> 2.36.12R. Ryantm2023-10-281-3/+3
* saml2aws: 2.36.10 -> 2.36.11R. Ryantm2023-09-261-3/+3
* saml2aws: 2.36.9 -> 2.36.10R. Ryantm2023-07-171-3/+3
* saml2aws: 2.36.8 -> 2.36.9•••Diff: https://github.com/Versent/saml2aws/compare/v2.36.8...v2.36.9 Nick Cao2023-06-261-3/+3
* treewide: don't set platforms.unix for buildGoModuleSandro Jäckel2023-06-131-1/+0
* saml2aws: 2.36.7 -> 2.36.8R. Ryantm2023-05-201-3/+3
* saml2aws: 2.36.6 -> 2.36.7R. Ryantm2023-05-101-3/+3
* saml2aws: 2.36.5 -> 2.36.6R. Ryantm2023-04-061-2/+2
* saml2aws: 2.36.4 -> 2.36.5R. Ryantm2023-03-251-3/+3
* saml2aws: 2.36.3 -> 2.36.4R. Ryantm2023-03-021-2/+2
* saml2aws: 2.36.2 -> 2.36.3R. Ryantm2023-02-231-3/+3
* saml2aws: 2.36.1 -> 2.36.2R. Ryantm2022-12-251-2/+2
* saml2aws: 2.36.0 -> 2.36.1R. Ryantm2022-10-151-2/+2
* saml2aws: 2.34.0 -> 2.36.0R. Ryantm2022-07-291-3/+3
* saml2aws: enable testssuperherointj2022-04-061-2/+0
* saml2aws: update vendorSha256zowoq2022-02-041-1/+1
* saml2aws: 2.33.0 -> 2.34.0R. Ryantm2022-02-031-3/+3
* buildGoModule packages: remove unnecessary `runVend`zowoq2022-01-011-2/+1
* saml2aws: 2.32.0 -> 2.33.0R. Ryantm2021-10-281-3/+3
* Merge pull request #131930 from tuxinaut/master•••saml2aws: 2.31.0 -> 2.32.0Sandro2021-08-261-3/+3
|\
| * saml2aws: 2.31.0 -> 2.32.0Schäfer, Denny2021-07-291-3/+3
* | treewide: buildFlagsArray -> ldflagszowoq2021-08-261-3/+3
|/
* saml2aws: fix build on Darwin (#130029)Jeffery Utter2021-07-121-1/+3
* saml2aws: 2.28.0 -> 2.31.0Fabian Affolter2021-07-051-3/+3
* saml2aws: 2.27.1 -> 2.28.0R. RyanTM2021-02-161-3/+3
* treewide: remove stdenv where not neededPavol Rusnak2021-01-251-1/+1
* pkgs/tools: stdenv.lib -> libBen Siraphob2021-01-151-2/+2
* treewide: with stdenv.lib; in meta -> with lib;•••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 Profpatsch2021-01-111-2/+2
* saml2aws: 2.27.0 -> 2.27.1R. RyanTM2020-11-121-2/+2
* saml2aws: 2.26.2 -> 2.27.0R. RyanTM2020-08-311-3/+3
* buildGoModule packages: set doCheck = falsezowoq2020-08-101-0/+2
* saml2aws: use vend to simplify packageColin L Rice2020-07-291-15/+3
* saml2aws: 2.26.1 -> 2.26.2R. RyanTM2020-07-021-3/+3
* saml2aws: 2.25.0 -> 2.26.1R. RyanTM2020-06-091-2/+2
* go-modules: Update files to use vendorSha256Colin L Rice2020-05-141-2/+15
* saml2aws: 2.24.0 -> 2.25.0R. RyanTM2020-04-011-3/+3
* Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"•••This reverts commit 4e6bf03504c9e09f067cc6dee6b5aeec43a1405c, reversing changes made to afd997aab6e9b7a322198092c7828d6c560ac06f. Instead we propagate those frameworks from the compiler again Jörg Thalheim2020-03-271-3/+1
* saml2aws: fix build on darwinMario Rodas2020-03-211-1/+3
* saml2aws: 2.19.0 -> 2.24.0R. RyanTM2020-03-151-3/+3
* saml2aws: 2.15.0 -> 2.19.0•••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. Martin Potier2020-01-292-386/+14
* saml2aws: 2.10.0 -> 2.15.0Paul Myjavec2019-07-112-2/+84
* Replace platforms.linux with platforms.darwin for expressions that compile on...Freezeboy2019-02-181-1/+1
* saml2aws: 2.6.1 -> 2.10.0Tristan Helmich (omniIT)2018-10-311-2/+2
* pkgs/*: remove unreferenced function argumentsvolth2018-07-211-1/+1
* saml2aws: init at 2.6.1•••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. Paul Myjavec2018-06-272-0/+319