Commit Graph

49 Commits

Author SHA1 Message Date
R. Ryantm
3ce5d795ce saml2aws: 2.36.14 -> 2.36.15 2024-03-31 04:24:47 +00:00
R. Ryantm
028674c113 saml2aws: 2.36.13 -> 2.36.14 2024-03-20 00:19:45 +00:00
stuebinm
ff1a94e523 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.
2024-03-19 03:14:51 +01:00
R. Ryantm
b0cb866012 saml2aws: 2.36.12 -> 2.36.13 2023-12-08 12:56:53 +00:00
R. Ryantm
df44b94c4b saml2aws: 2.36.11 -> 2.36.12 2023-10-28 06:59:54 +00:00
R. Ryantm
89d3b70948 saml2aws: 2.36.10 -> 2.36.11 2023-09-26 23:05:22 +00:00
R. Ryantm
182c6c0996 saml2aws: 2.36.9 -> 2.36.10 2023-07-17 02:57:16 +00:00
Nick Cao
c1f7bff15f
saml2aws: 2.36.8 -> 2.36.9
Diff: https://github.com/Versent/saml2aws/compare/v2.36.8...v2.36.9
2023-06-26 21:46:29 +08:00
Sandro Jäckel
3ad7d71afe treewide: don't set platforms.unix for buildGoModule 2023-06-13 17:54:26 +03:00
R. Ryantm
aa7c7c11c3 saml2aws: 2.36.7 -> 2.36.8 2023-05-20 17:56:28 +00:00
R. Ryantm
74ef3b1575 saml2aws: 2.36.6 -> 2.36.7 2023-05-10 03:42:33 +00:00
R. Ryantm
b0496d71e1 saml2aws: 2.36.5 -> 2.36.6 2023-04-06 06:58:24 +00:00
R. Ryantm
d93774ba64 saml2aws: 2.36.4 -> 2.36.5 2023-03-25 03:46:05 +00:00
R. Ryantm
bcbb02d8e5 saml2aws: 2.36.3 -> 2.36.4 2023-03-02 18:41:46 +00:00
R. Ryantm
51b7d85fa1 saml2aws: 2.36.2 -> 2.36.3 2023-02-23 10:06:23 +00:00
R. Ryantm
841b83ec78 saml2aws: 2.36.1 -> 2.36.2 2022-12-25 12:05:05 +01:00
R. Ryantm
716cdd3af1 saml2aws: 2.36.0 -> 2.36.1 2022-10-15 16:57:20 +00:00
R. Ryantm
74e0943566 saml2aws: 2.34.0 -> 2.36.0 2022-07-29 21:52:40 +00:00
superherointj
63f47cdc74 saml2aws: enable tests 2022-04-06 20:32:46 +02:00
zowoq
357025f888 saml2aws: update vendorSha256 2022-02-04 06:22:48 +10:00
R. Ryantm
9c6d41d9f8 saml2aws: 2.33.0 -> 2.34.0 2022-02-03 10:13:35 -08:00
zowoq
36b5fc4b36 buildGoModule packages: remove unnecessary runVend 2022-01-01 15:55:33 +10:00
R. Ryantm
ce023d3cc6 saml2aws: 2.32.0 -> 2.33.0 2021-10-28 23:53:01 +00:00
Sandro
2b918ae57a
Merge pull request #131930 from tuxinaut/master
saml2aws: 2.31.0 -> 2.32.0
2021-08-26 17:04:25 +02:00
zowoq
13ea123c74 treewide: buildFlagsArray -> ldflags 2021-08-26 21:35:06 +10:00
Schäfer, Denny
812a8f455a
saml2aws: 2.31.0 -> 2.32.0 2021-07-29 12:25:42 +02:00
Jeffery Utter
4d8858a949
saml2aws: fix build on Darwin (#130029) 2021-07-12 20:53:14 +03:00
Fabian Affolter
958eff1154 saml2aws: 2.28.0 -> 2.31.0 2021-07-05 23:32:42 +02:00
R. RyanTM
09d862ab44 saml2aws: 2.27.1 -> 2.28.0 2021-02-16 12:14:30 +00:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Ben Siraphob
8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Profpatsch
4a7f99d55d 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
2021-01-11 10:38:22 +01:00
R. RyanTM
35d2564325 saml2aws: 2.27.0 -> 2.27.1 2020-11-12 01:52:15 +00:00
R. RyanTM
30e1f5c470 saml2aws: 2.26.2 -> 2.27.0 2020-08-31 02:00:20 +00:00
zowoq
cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
Colin L Rice
4561583acf saml2aws: use vend to simplify package 2020-07-29 19:07:59 -04:00
R. RyanTM
8223e99e83 saml2aws: 2.26.1 -> 2.26.2 2020-07-02 18:48:42 +00:00
R. RyanTM
d362779958 saml2aws: 2.25.0 -> 2.26.1 2020-06-09 01:24:35 +00:00
Colin L Rice
d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
R. RyanTM
6a07829e14 saml2aws: 2.24.0 -> 2.25.0 2020-04-01 18:45:25 +00:00
Jörg Thalheim
066db11215
Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"
This reverts commit 4e6bf03504, reversing
changes made to afd997aab6.

Instead we propagate those frameworks from the compiler again
2020-03-27 07:33:21 +00:00
Mario Rodas
4340337ea5 saml2aws: fix build on darwin 2020-03-21 06:06:00 -05:00
R. RyanTM
65e3e0168a saml2aws: 2.19.0 -> 2.24.0 2020-03-15 15:48:02 -07:00
Martin Potier
ed45fe1ccf 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.
2020-01-29 16:44:25 +01:00
Paul Myjavec
95395fbf54 saml2aws: 2.10.0 -> 2.15.0 2019-07-11 10:39:42 +02:00
Freezeboy
8f87a61de2 Replace platforms.linux with platforms.darwin for expressions that compile on darwin too (too restrictive platforms) 2019-02-18 10:56:58 +01:00
Tristan Helmich (omniIT)
41880aea09 saml2aws: 2.6.1 -> 2.10.0 2018-10-31 18:59:32 +01:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Paul Myjavec
57183eef63 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.
2018-06-27 09:59:04 +09:00