Berk D. Demir
|
62595afea7
|
certigo: disable test on Darwin-x86_64 (#172790)
Partially reverts #167546.
Hydra Darwin x86_64 tests have been failing since merge
https://hydra.nixos.org/job/nixpkgs/trunk/certigo.x86_64-darwin
ZHF: #172160
|
2022-05-12 22:38:10 -05:00 |
|
superherointj
|
5e1aad2d70
|
certigo: enable tests
|
2022-04-06 11:47:45 -03:00 |
|
R. Ryantm
|
4f85997362
|
certigo: 1.15.0 -> 1.15.1
|
2022-03-26 11:21:55 +00:00 |
|
R. Ryantm
|
b0c64a2dfe
|
certigo: 1.14.1 -> 1.15.0
|
2022-02-25 03:41:50 +00:00 |
|
R. Ryantm
|
5f45d80e00
|
certigo: 1.13.0 -> 1.14.1
|
2022-01-23 23:55:00 +00:00 |
|
Mario Rodas
|
579cc4c065
|
certigo: 1.12.1 -> 1.13.0
https://github.com/square/certigo/releases/tag/v1.13.0
|
2021-12-01 04:20:00 +00:00 |
|
Pavol Rusnak
|
a6ce00c50c
|
treewide: remove stdenv where not needed
|
2021-01-25 18:31:47 +01: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 |
|
zowoq
|
cea7cd902e
|
buildGoModule packages: set doCheck = false
|
2020-08-10 16:02:30 +10:00 |
|
zowoq
|
3c5750d1cd
|
buildGoModule packages: editorconfig fixes
|
2020-07-31 13:58:04 +10:00 |
|
Colin L Rice
|
d6162dab50
|
go-modules: Update files to use vendorSha256
|
2020-05-14 07:22:21 +01: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
|
9fe9b59757
|
certigo: fix build on darwin
|
2020-03-21 04:41:00 -05:00 |
|
Mario Rodas
|
ef97505059
|
certigo: 1.11.0 -> 1.12.1
|
2020-02-28 19:20:00 -05:00 |
|
Mario Rodas
|
605f89305a
|
certigo: use buildGoPackage
|
2019-09-21 04:27:00 -05:00 |
|
Mario Rodas
|
52146c5484
|
certigo: init at 1.11.0 (#61782)
|
2019-05-21 07:54:41 -07:00 |
|