Commit Graph

21 Commits

Author SHA1 Message Date
Aaron Jheng
3ff4e7e696
gmailctl: 0.10.6 -> 0.10.7 2023-11-15 10:54:55 +00:00
Fabián Heredia Montiel
ff323ed355 treewide: vendorSha256 → vendorHash
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
2023-09-13 01:03:44 -06:00
Sandro Jäckel
4899641ee0
gmailctl: 0.10.5 -> 0.10.6 2022-11-03 00:01:08 +01:00
Sandro Jäckel
b725e03532
gmailctl: 0.10.4 -> 0.10.5 2022-09-19 15:01:54 +02:00
Sandro Jäckel
1ceab62a9c
gmailctl: 0.10.3 -> 0.10.4 2022-05-31 22:51:38 +02:00
Sandro Jäckel
ab6f2a3236
gmailctl: 0.10.2 -> 0.10.3 2022-05-28 00:06:32 +02:00
Sandro Jäckel
e93f7b6a89
gmailctl: unstable-2022-03-24 -> 0.10.2 2022-05-02 12:11:27 +02:00
Sandro
4a1b37d601
gmailctl: add comment why unstable is tracked 2022-03-27 19:44:25 +02:00
Sandro Jäckel
de5a0ee6fc
gmailctl: 0.10.0 -> unstable-2022-03-24 2022-03-27 16:41:49 +02:00
zowoq
1f2ef55547 gmailctl: update vendorSha256 2022-01-31 06:31:22 +10:00
Sandro Jäckel
646d1192d8
gmailctl: 0.9.0 -> 0.10.0, add SuperSandro2000 as maintainer 2021-12-10 03:26:04 +01:00
Doron Behar
d95f44adf2 gmailctl: install completion files 2021-10-29 07:33:25 +03:00
Sandro Jäckel
9ef79a5f12
gmailctl: 0.8.0 -> 0.9.0 2021-09-12 16:29:29 +02:00
Doron Behar
f9c6e07c67 treewide: Remove usages of stdenv.lib by @doronbehar
Per: https://github.com/NixOS/nixpkgs/issues/108938
2021-01-23 10:52:19 +02:00
R. RyanTM
aed967d8db gmailctl: 0.7.0 -> 0.8.0 2021-01-18 22:18:04 +00: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
R. RyanTM
6fcc3c8d3d gmailctl: 0.6.0 -> 0.7.0 2020-05-02 10:44:59 +00:00
Doron Behar
85bf628911 gmailctl: init at 0.6.0 2020-04-06 20:02:40 +03:00