Commit Graph

180 Commits

Author SHA1 Message Date
Doron Behar
6665c74029
gopass-jsonapi: 1.15.14 -> 1.15.15 (#358760) 2024-11-27 09:20:38 +02:00
Doron Behar
2fa59ab86b gopass-jsonapi: move to pkgs/by-name 2024-11-26 11:20:37 +02:00
Doron Behar
73bdf512ab gopass-jsonapi: add doronbehar as maintainer 2024-11-26 11:20:37 +02:00
Doron Behar
8a46035a29 gopass-jsonapi: nixfmt; no with lib; in meta. 2024-11-26 11:20:37 +02:00
Nick Cao
d1dbc08b4f
gopass-hibp: 1.15.14 -> 1.15.15 (#358868) 2024-11-25 08:28:13 -05:00
R. Ryantm
b5af449a6f git-credential-gopass: 1.15.14 -> 1.15.15 2024-11-25 03:09:34 +00:00
R. Ryantm
2b1c7203df gopass-hibp: 1.15.14 -> 1.15.15 2024-11-25 02:07:24 +00:00
Doron Behar
579a8d9ad7 gopass-jsonapi: fix src hash 2024-10-01 10:48:30 +03:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
R. Ryantm
fe6bc59a67 gopass-summon-provider: 1.15.13 -> 1.15.14 2024-08-12 10:31:21 +00:00
Nick Cao
6612b1e03b
Merge pull request #332606 from r-ryantm/auto-update/git-credential-gopass
git-credential-gopass: 1.15.13 -> 1.15.14
2024-08-06 15:54:27 -04:00
R. Ryantm
484f9a913c git-credential-gopass: 1.15.13 -> 1.15.14 2024-08-05 23:56:18 +00:00
Nick Cao
22afec8078
Merge pull request #332367 from r-ryantm/auto-update/gopass-jsonapi
gopass-jsonapi: 1.15.13 -> 1.15.14
2024-08-05 15:55:56 -04:00
Nikolay Korotkiy
fc88f6242c
Merge pull request #332368 from r-ryantm/auto-update/gopass-hibp
gopass-hibp: 1.15.13 -> 1.15.14
2024-08-05 23:00:39 +04:00
R. Ryantm
df804cf50e gopass-hibp: 1.15.13 -> 1.15.14 2024-08-05 00:37:19 +00:00
R. Ryantm
291214986e gopass-jsonapi: 1.15.13 -> 1.15.14 2024-08-05 00:36:54 +00:00
R. Ryantm
405be78807 gopass: 1.15.13 -> 1.15.14 2024-08-04 01:25:25 +00:00
Alexis Hildebrandt
f8c4a98e8e treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Mario Rodas
158b2e12dd gopass-summon-provider: 1.15.12 -> 1.15.13
Diff: https://github.com/gopasspw/gopass-summon-provider/compare/v1.15.12...v1.15.13

Changelog: https://github.com/gopasspw/gopass-summon-provider/blob/v1.15.13/CHANGELOG.md
2024-04-06 04:20:00 +00:00
Mario Rodas
e4549d8528 git-credential-gopass: 1.15.12 -> 1.15.13
Diff: https://github.com/gopasspw/git-credential-gopass/compare/v1.15.12...v1.15.13

Changelog: https://github.com/gopasspw/git-credential-gopass/blob/v1.15.13/CHANGELOG.md
2024-04-06 04:20:00 +00:00
Mario Rodas
5b6b6d8ce5 gopass-jsonapi: 1.15.12 -> 1.15.13
Diff: https://github.com/gopasspw/gopass-jsonapi/compare/v1.15.12...v1.15.13

Changelog: https://github.com/gopasspw/gopass-jsonapi/blob/v1.15.13/CHANGELOG.md
2024-04-06 04:20:00 +00:00
Mario Rodas
370a3aea1b gopass-hibp: 1.15.12 -> 1.15.13
Diff: https://github.com/gopasspw/gopass-hibp/compare/v1.15.12...v1.15.13

Changelog: https://github.com/gopasspw/gopass-hibp/blob/v1.15.13/CHANGELOG.md
2024-04-06 04:20:00 +00:00
Mario Rodas
862a768223 gopass: 1.15.12 -> 1.15.13
Diff: https://github.com/gopasspw/gopass/compare/v1.15.12...v1.15.13

Changelog: https://github.com/gopasspw/gopass/blob/v1.15.13/CHANGELOG.md
2024-04-06 04:20:00 +00:00
Mario Rodas
5642844096 git-credential-gopass: 1.15.11 -> 1.15.12
Diff: https://github.com/gopasspw/git-credential-gopass/compare/v1.15.11...v1.15.12

Changelog: https://github.com/gopasspw/git-credential-gopass/blob/v1.15.12/CHANGELOG.md
2024-03-17 04:20:00 +00:00
Mario Rodas
4411c125fc gopass-summon-provider: 1.15.11 -> 1.15.12
Diff: https://github.com/gopasspw/gopass-summon-provider/compare/v1.15.11...v1.15.12

Changelog: https://github.com/gopasspw/gopass-summon-provider/blob/v1.15.12/CHANGELOG.md
2024-03-17 04:20:00 +00:00
Mario Rodas
28706e6b16 gopass-jsonapi: 1.15.11 -> 1.15.12
Diff: https://github.com/gopasspw/gopass-jsonapi/compare/v1.15.11...v1.15.12

Changelog: https://github.com/gopasspw/gopass-jsonapi/blob/v1.15.12/CHANGELOG.md
2024-03-17 04:20:00 +00:00
Mario Rodas
7da40c8560 gopass-hibp: 1.15.11 -> 1.15.12
Diff: https://github.com/gopasspw/gopass-hibp/compare/v1.15.11...v1.15.12

Changelog: https://github.com/gopasspw/gopass-hibp/blob/v1.15.12/CHANGELOG.md
2024-03-17 04:20:00 +00:00
Mario Rodas
a83164315e gopass: 1.15.11 -> 1.15.12
Diff: https://github.com/gopasspw/gopass/compare/v1.15.11...v1.15.12

Changelog: https://github.com/gopasspw/gopass/blob/v1.15.12/CHANGELOG.md
2024-03-17 04:20:00 +00:00
Mario Rodas
d606011abb git-credential-gopass: 1.15.10 -> 1.15.11
Diff: https://github.com/gopasspw/git-credential-gopass/compare/v1.15.10...v1.15.11

Changelog: https://github.com/gopasspw/git-credential-gopass/blob/v1.15.11/CHANGELOG.md
2023-12-01 04:20:00 +00:00
Mario Rodas
4e7e617d4e gopass-hibp: 1.15.10 -> 1.15.11
Diff: https://github.com/gopasspw/gopass-hibp/compare/v1.15.10...v1.15.11

Changelog: https://github.com/gopasspw/gopass-hibp/blob/v1.15.11/CHANGELOG.md
2023-12-01 04:20:00 +00:00
Mario Rodas
1d4041a432 gopass-summon-provider: 1.15.10 -> 1.15.11
Diff: https://github.com/gopasspw/gopass-summon-provider/compare/v1.15.10...v1.15.11

Changelog: https://github.com/gopasspw/gopass-summon-provider/blob/v1.15.11/CHANGELOG.md
2023-12-01 04:20:00 +00:00
Mario Rodas
c93d0831bf gopass-jsonapi: 1.15.10 -> 1.15.11
Diff: https://github.com/gopasspw/gopass-jsonapi/compare/v1.15.10...v1.15.11

Changelog: https://github.com/gopasspw/gopass-jsonapi/blob/v1.15.11/CHANGELOG.md
2023-12-01 04:20:00 +00:00
Mario Rodas
33fde196fc gopass: 1.15.10 -> 1.15.11
Diff: https://github.com/gopasspw/gopass/compare/v1.15.10...v1.15.11

Changelog: https://github.com/gopasspw/gopass/blob/v1.15.11/CHANGELOG.md
2023-12-01 04:20:00 +00:00
Mario Rodas
661506832b gopass-summon-provider: 1.15.9 -> 1.15.10
Diff: https://github.com/gopasspw/gopass-summon-provider/compare/v1.15.9...v1.15.10

Changelog: https://github.com/gopasspw/gopass-summon-provider/blob/v1.15.10/CHANGELOG.md
2023-11-25 04:20:00 +00:00
Mario Rodas
05663b6a89 git-credential-gopass: 1.15.9 -> 1.15.10
Diff: https://github.com/gopasspw/git-credential-gopass/compare/v1.15.9...v1.15.10

Changelog: https://github.com/gopasspw/git-credential-gopass/blob/v1.15.10/CHANGELOG.md
2023-11-25 04:20:00 +00:00
Mario Rodas
6bbf9ff639 gopass-jsonapi: 1.15.9 -> 1.15.10
Diff: https://github.com/gopasspw/gopass-jsonapi/compare/v1.15.9...v1.15.10

Changelog: https://github.com/gopasspw/gopass-jsonapi/blob/v1.15.10/CHANGELOG.md
2023-11-25 04:20:00 +00:00
Mario Rodas
577be48c08 gopass-hibp: 1.15.9 -> 1.15.10
Diff: https://github.com/gopasspw/gopass-hibp/compare/v1.15.9...v1.15.10

Changelog: https://github.com/gopasspw/gopass-hibp/blob/v1.15.10/CHANGELOG.md
2023-11-25 04:20:00 +00:00
Mario Rodas
fdc46369a1 gopass: 1.15.9 -> 1.15.10
Diff: https://github.com/gopasspw/gopass/compare/v1.15.9...v1.15.10

Changelog: https://github.com/gopasspw/gopass/blob/v1.15.10/CHANGELOG.md
2023-11-25 04:20:00 +00:00
Mario Rodas
7241985bf6 gopass: 1.15.8 -> 1.15.9
Diff: https://github.com/gopasspw/gopass/compare/v1.15.8...v1.15.9

Changelog: https://github.com/gopasspw/gopass/blob/v1.15.9/CHANGELOG.md
2023-11-25 04:20:00 +00:00
R. Ryantm
fb6b91c7fe gopass-summon-provider: 1.15.8 -> 1.15.9 2023-11-22 02:19:52 +00:00
Nick Cao
faf7f9610e
Merge pull request #268873 from r-ryantm/auto-update/gopass-jsonapi
gopass-jsonapi: 1.15.8 -> 1.15.9
2023-11-21 08:49:39 -05:00
Nick Cao
9039a920bd
Merge pull request #268861 from r-ryantm/auto-update/gopass-hibp
gopass-hibp: 1.15.8 -> 1.15.9
2023-11-21 08:47:08 -05:00
R. Ryantm
dd5a9960f0 gopass-jsonapi: 1.15.8 -> 1.15.9 2023-11-21 05:25:33 +00:00
R. Ryantm
2733adb99b gopass-hibp: 1.15.8 -> 1.15.9 2023-11-21 04:13:51 +00:00
R. Ryantm
11b1b2972b git-credential-gopass: 1.15.8 -> 1.15.9 2023-11-21 03:28:06 +00:00
Mario Rodas
5936140147 gopass-jsonapi: add meta.mainProgram 2023-09-24 10:39:00 +00:00
Mario Rodas
288c3128f4 gopass-hibp: add meta.mainProgram 2023-09-24 10:39:00 +00:00
Mario Rodas
f4445bec23 gopass-summon-provider: add meta.mainProgram 2023-09-24 10:39:00 +00:00
Mario Rodas
5b17920c3b git-credential-gopass: add meta.mainProgram 2023-09-24 10:39:00 +00:00
Mario Rodas
4c94025309 gopass: add meta.mainProgram 2023-09-24 10:39:00 +00:00