Commit Graph

207 Commits

Author SHA1 Message Date
José Ribeiro
9d47ed157c
granted: 0.35.0 -> 0.35.1
Diff: https://github.com/common-fate/granted/compare/v0.35.0...v0.35.1
Changelog: https://github.com/common-fate/granted/releases/tag/v0.35.1
2024-10-21 06:53:01 +01:00
José Ribeiro
32656bcd29
granted: 0.34.1 -> 0.35.0
Diff: https://github.com/common-fate/granted/compare/v0.34.1...v0.35.0
Changelog: https://github.com/common-fate/granted/releases/tag/v0.35.0
2024-10-21 06:53:00 +01:00
José Ribeiro
a40bac7fd1
granted: add jlbribeiro as maintainer
Removes @ivankovnatsky as maintainer following
https://github.com/NixOS/nixpkgs/pull/347364#pullrequestreview-2357233641
2024-10-21 06:53:00 +01:00
José Ribeiro
b74384f636
granted: add versionCheckHook 2024-10-21 06:53:00 +01:00
José Ribeiro
b7b77c5f95
granted: set updateScript 2024-10-21 06:53:00 +01:00
José Ribeiro
a34f215769
granted: format using nixfmt 2024-10-21 06:52:54 +01:00
lucastso10
6d820f61d5 granian: 1.6.0 -> 1.6.1 2024-10-20 23:42:00 -03:00
Ramses
bfae445b3a
gramma: remove mkYarnPackage usage (#342145) 2024-10-20 18:59:28 +02:00
Fabian Affolter
e656ac409b graphpython: init at 1.0-unstable-2024-07-28
Microsoft Graph API (Entra, o365, and Intune) enumeration and exploitation toolkit

https://github.com/mlcsec/Graphpython
2024-10-20 11:17:16 +02:00
Artturin
a97ba1d098
granted: fix wrapping of assume script (#347816) 2024-10-19 05:55:28 +03:00
Fabian Affolter
01623d6e80 grimoire: init at 0.1.0
Tool to generate datasets of cloud audit logs for common attacks

https://github.com/DataDog/grimoire
2024-10-15 23:36:02 +02:00
R. Ryantm
d1c6baf195 graphicsmagick: 1.3.43 -> 1.3.45 2024-10-14 06:40:09 +00:00
Matthew Kenigsberg
2fc61b161d
granted: fix wrapping of assume script
This fixes a few problems with the assume script in the granted package.

- assume is currently being exec'ed by a wrapper script created with
  wrapProgram, but it should be sourced. This causes the error:
```
line 172: return: can only `return' from a function or sourced script
```

- assume inspects argv[0] to check if an alias has been added to the
  user's shell profile. This means a wrapper of any kind won't work,
  even if it called source instead of exec, because source will still
  set argv[0]. This means assume always tries to add the alias, but it
  fails when it has already added the alias.
```
[i] To assume roles with Granted, we need to add an alias to your shell profile (https://docs.commonfate.io/granted/internals/shell-alias)
? Install zsh alias at /Users/matthew/.zshenv Yes

[✘] the Granted alias has already been added to /Users/matthew/.zshenv
```

- assume depends on assumego, so if it is run directly from e.g. a
  result directory created with `nix build`, it will output
```
line 22: assumego: command not found
```

Fix all of these problems by dropping the wrapper around assume, and
instead insert a few lines into the start of the assume script that add
xdg-utils and granted to assume's PATH.
2024-10-11 08:07:43 -06:00
R. Ryantm
e42d286abb greenmask: 0.1.14 -> 0.2.0 2024-10-10 04:18:59 +00:00
R. Ryantm
170d8657e1 graphite-cli: 1.4.5 -> 1.4.6 2024-10-06 04:35:55 +00:00
Ivan Kovnatsky
f3f69171dd
treewide: migrate packages maintained by ivankovnatsky to by-name 2024-10-04 16:31:04 +03:00
h7x4
24bde9f561
graphite-cli: 1.4.4 -> 1.4.5 (#345076) 2024-10-01 01:12:13 +02:00
Dennis Gosnell
edc63e0b83
gren: init at 0.4.5 (#344666) 2024-09-30 17:03:40 +09:00
Weijia Wang
9f2fef7051
grcov: fix build (#344835) 2024-09-29 15:53:05 +02:00
Fabian Affolter
51d1a64adb grype: 0.80.2 -> 0.81.0
Diff: https://github.com/anchore/grype/compare/refs/tags/v0.80.2...v0.81.0

Changelog: https://github.com/anchore/grype/releases/tag/v0.81.0
2024-09-28 21:21:42 +02:00
R. Ryantm
ddbc429f15 graphite-cli: 1.4.4 -> 1.4.5 2024-09-28 11:24:22 +00:00
emilylange
673b330772
grafana-alloy: 1.3.1 -> 1.4.1
https://github.com/grafana/alloy/releases/tag/v1.4.0
https://github.com/grafana/alloy/releases/tag/v1.4.1

diff: https://github.com/grafana/alloy/compare/v1.3.1...v1.4.1
2024-09-27 21:55:32 +02:00
emilylange
ca1260a39d
grafana-alloy: don't build the frontend twice
Prior to this, we built the frontend twice.
Once in the goModules derivation and then the second time in the actual
derivation.
2024-09-27 21:51:55 +02:00
Thiago Kenji Okada
c362e9e298
grim: adopt and refactor (#342840) 2024-09-27 19:18:26 +01:00
wxt
96ad63ccae grcov: fix build 2024-09-27 16:21:03 +08:00
wxt
cf6ad7f59c grcov: move to by-name ;nixfmt 2024-09-27 15:55:18 +08:00
TomaSajt
9bd83ec263
gren: init at 0.4.5 2024-09-26 16:11:54 +02:00
Peder Bergebakken Sundt
d52f217509
granian: 1.5.2 -> 1.6.0 (#344012) 2024-09-25 10:37:59 +02:00
Fabian Affolter
470954b86f
grype: 0.80.0 -> 0.80.2 (#344277) 2024-09-25 09:07:55 +02: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
Fabian Affolter
c73892df3f grype: 0.80.0 -> 0.80.2
Diff: anchore/grype@refs/tags/v0.80.0...v0.80.2

Changelog: https://github.com/anchore/grype/releases/tag/v0.80.2
2024-09-24 21:27:44 +02:00
lucastso10
5cab492e06 granian: 1.5.2 -> 1.6.0 2024-09-23 14:27:41 -03:00
Gutyina Gergő
eed66c3754
gromit-mpx: move to hash from sha256 2024-09-21 18:53:51 +02:00
Gutyina Gergő
2b37673f31
gromit-mpx: add maintainer gepbird 2024-09-21 18:47:05 +02:00
Gutyina Gergő
0beb348e82
gromit-mpx: add changelog to meta 2024-09-21 18:46:39 +02:00
Gutyina Gergő
e4104ba247
gromit-mpx: 1.6.0 -> 1.7.0 2024-09-21 18:43:09 +02:00
Gutyina Gergő
0809e3567c
gromit-mpx: move to finalAttrs 2024-09-21 18:38:58 +02:00
Gutyina Gergő
e12990f31e
gromit-mpx: move to pkgs/by-name 2024-09-21 18:37:20 +02:00
Aleksana
17bcadc34a
granian: init at 1.5.2 (#337746) 2024-09-21 08:44:06 +08:00
TomaSajt
53596231c8
gramma: remove mkYarnPackage usage 2024-09-19 19:25:00 +02:00
Johannes Jöns
b96572e6bc
gruvbox-gtk-theme: 0-unstable-2024-07-22 -> 0-unstable-2024-09-12 (#342283) 2024-09-18 18:02:31 +00:00
Anderson Torres
4994bd1a2b grim: refactor and adopt
- finalAttrs
- strictDeps
2024-09-18 13:55:02 -03:00
Anderson Torres
0611a6bf49 grim: migrate to by-name 2024-09-18 13:38:53 -03:00
Anderson Torres
f0e64ce16f treewide: migrate packages maintained by AndersonTorres to by-name
Manual migration for the sake of by-name migration is no longer discouraged
since #340235.
2024-09-16 14:26:47 -03:00
R. Ryantm
5805b96225 gruvbox-gtk-theme: 0-unstable-2024-07-22 -> 0-unstable-2024-09-12 2024-09-16 11:55:31 +00:00
nicoo
2641d97cbf pkgs/by-name: Convert hashes to SRI format
Reproduction script:
	# Bulk rewrite
	./maintainers/scripts/sha-to-sri.py pkgs/by-name
	# Revert some packages which will need manual intervention
	for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
		git checkout -- "pkgs/by-name/${n:0:2}/${n}"
	done
2024-09-15 11:24:31 +02:00
Hentioe
aeaf865ea9 graphicsmagick: add heif support 2024-09-11 22:50:33 +08:00
lucastso10
ae9471fd64 granian: init at 1.5.2 2024-09-09 14:40:58 -03:00
R. Ryantm
1999135fae graphite-cli: 1.4.3 -> 1.4.4 2024-09-06 09:49:47 +00:00
emilylange
4c24f31c8e
grafana-alloy: 1.3.0 -> 1.3.1
https://github.com/grafana/alloy/releases/tag/v1.3.1

https://github.com/grafana/alloy/blob/v1.3.1/CHANGELOG.md

diff: https://github.com/grafana/alloy/compare/v1.3.0...v1.3.1
2024-08-27 21:23:42 +02:00
Nick Cao
9043c23d73
graphite-cli: 1.4.2 -> 1.4.3 (#337158) 2024-08-26 18:10:01 -04:00
R. Ryantm
f9b1c688e5 graphite-cli: 1.4.2 -> 1.4.3 2024-08-25 03:15:15 +00:00
R. Ryantm
e516671a74 grype: 0.79.6 -> 0.80.0 2024-08-24 19:41:38 +00:00
Pol Dellaiera
367b266dae
Merge pull request #333628 from danielgafni/update-graphite-cli-1.4.2
graphite-cli: 1.4.1 -> 1.4.2
2024-08-19 11:02:28 +02:00
danielgafni
eab75cbf0e
graphite-cli: 1.4.1 -> 1.4.2
Regular update: https://graphite.dev/docs/cli-changelog#142-2024-07-30
2024-08-19 10:02:44 +02:00
R. Ryantm
94727cdb40 grype: 0.79.5 -> 0.79.6 2024-08-17 20:26:37 +00:00
D3vil0p3r
017aad7fad
gruvbox-gtk-theme: 0-unstable-2024-06-27 -> 0-unstable-2024-07-22 2024-08-16 15:44:04 +02:00
R. Ryantm
c128793cc6 grype: 0.79.4 -> 0.79.5 2024-08-10 17:46:53 +00:00
Azat Bahawi
fe79aef7ce
Merge pull request #332840 from emilylange/grafana-alloy
grafana-alloy: 1.2.1 -> 1.3.0
2024-08-07 09:21:01 +00:00
emilylange
2170f9bffc
grafana-alloy: 1.2.1 -> 1.3.0
https://github.com/grafana/alloy/releases/tag/v1.3.0

https://github.com/grafana/alloy/blob/v1.3.0/CHANGELOG.md

diff: https://github.com/grafana/alloy/compare/v1.3.0...v1.2.1
2024-08-06 23:53:50 +02:00
tomberek
c6cef55b29
Merge pull request #329215 from paveloom/gr-framework
gr-framework: 0.73.6 -> 0.73.7
2024-08-04 15:46:42 -04:00
tomberek
45123525ec
Merge pull request #331305 from r-ryantm/auto-update/gruvbox-plus-icons
gruvbox-plus-icons: 5.4.0 -> 5.5.0
2024-08-04 14:53:30 -04:00
Nikolay Korotkiy
34bfa1c88b
Merge pull request #331597 from r-ryantm/auto-update/graphite-cli
graphite-cli: 1.3.10 -> 1.4.1
2024-08-02 11:35:09 +04:00
R. Ryantm
fc662c6f93 graphite-cli: 1.3.10 -> 1.4.1 2024-08-01 20:19:24 +00:00
Sandro
f2d6c71231
Merge pull request #331392 from SuperSandro2000/gruvbox-gtk-theme
gruvbox-gtk-theme: drop dependency on gnome-shell, mutter and many more
2024-08-01 21:13:52 +02:00
Sandro Jäckel
2638e899c0
gruvbox-gtk-theme: drop dependency on gnome-shell, mutter and many more
The makefile just defaults to the newest gnome version when it can't
find gnome-shell which is probably good enough for us.
2024-08-01 19:41:23 +02:00
R. Ryantm
ec6cdaa235 grype: 0.79.3 -> 0.79.4 2024-08-01 04:59:29 +00:00
R. Ryantm
07471b398d gruvbox-plus-icons: 5.4.0 -> 5.5.0 2024-07-31 14:10:21 +00:00
Peder Bergebakken Sundt
da468028bc
Merge pull request #326577 from arikgrahl/move-to-by-name-hierarchy
grafterm, konf, octosql, promql: move to by-name hierarchy
2024-07-26 00:21:24 +02:00
Florian Klink
b8867d874f grpc-health-check: init at unstable-2022-08-19 2024-07-23 16:00:31 +02:00
Pavel Sobolev
3f3074d93d
gr-framework: 0.73.6 -> 0.73.7 2024-07-22 21:18:14 +03:00
R. Ryantm
6be09ce292 grype: 0.79.2 -> 0.79.3 2024-07-16 05:20:42 +00:00
Azat Bahawi
15af9a3c1b
grafana-alloy: 1.2.0 -> 1.2.1 2024-07-13 22:44:09 +03:00
Arik Grahl
c8b473aa97 grafterm, konf, octosql, promql: move to by-name hierarchy 2024-07-12 16:54:33 +02:00
Peder Bergebakken Sundt
692b356801
Merge pull request #321088 from paveloom/gr-framework
gr-framework: 0.73.5 -> 0.73.6 + reformat
2024-07-10 00:07:41 +02:00
Weijia Wang
294295ef3d
Merge pull request #325426 from r-ryantm/auto-update/graphite-cli
graphite-cli: 1.3.9 -> 1.3.10
2024-07-08 23:50:05 +02:00
R. Ryantm
730a77e08e graphite-cli: 1.3.9 -> 1.3.10 2024-07-08 05:21:09 +00:00
h7x4
7384b9abdc
treewide: set meta.changelog 2024-07-07 15:20:06 +02:00
kirillrdy
4cccdeaffb
Merge pull request #323486 from D3vil0p3r/patch-3
gruvbox-gtk-theme: 0-unstable-2024-06-12 -> 0-unstable-2024-06-27
2024-07-06 08:12:11 +10:00
R. Ryantm
c50d7334c3 grype: 0.79.1 -> 0.79.2 2024-07-03 05:29:39 +00:00
D3vil0p3r
ea19ca0205 gruvbox-gtk-theme: 0-unstable-2024-06-12 -> 0-unstable-2024-06-27 2024-06-30 12:12:09 +02:00
Azat Bahawi
f95f4367db
grafana-alloy: add azahi to maintainers 2024-06-28 16:47:09 +03:00
Azat Bahawi
4d240938b5
grafana-alloy: 1.1.1 -> 1.2.0 2024-06-28 16:46:37 +03:00
nixpkgs-merge-bot[bot]
a5ecc7dbec
Merge pull request #315488 from r-ryantm/auto-update/grype
grype: 0.79.0 -> 0.79.1
2024-06-26 13:07:51 +00:00
R. Ryantm
d0df3dcc3a grype: 0.79.0 -> 0.79.1 2024-06-26 09:25:49 +00:00
Pyrox
00f9680427
gramma: remove from nodePackages 2024-06-26 02:18:26 -04:00
R. Ryantm
4125560427 graphite-cli: 1.3.8 -> 1.3.9 2024-06-25 09:25:23 +00:00
h7x4
ad964c4ebf
Merge pull request #318613 from msanft/grafana-reporter/build-go-module
grafana-reporter: migrate to buildGoModule
2024-06-21 09:21:09 +02:00
Pavel Sobolev
53e4a8e1ab
gr-framework: 0.73.5 -> 0.73.6 2024-06-19 22:34:37 +03:00
Pavel Sobolev
7d6f59689b
gr-framework: reformat 2024-06-19 22:34:37 +03:00
Fabian Affolter
4d9d3bc483
Merge pull request #320810 from fabaff/graphqlmaker
graphqlmaker: init at 0-unstable-2024-05-18
2024-06-19 12:41:41 +02:00
Fabian Affolter
69643da954 graphqlmaker: init at 0-unstable-2024-05-18
Tool to find graphql queries in Javascript files

https://github.com/xssdoctor/graphqlMaker
2024-06-18 17:44:38 +02:00
Pyrox
131e793c94
graphite-cli: 1.3.6 -> 1.3.8 2024-06-17 12:51:24 -04:00
Fabian Affolter
ef98dbcc98 grype: 0.77.4 -> 0.79.0
Diff: https://github.com/anchore/grype/compare/refs/tags/v0.77.4...v0.79.0

Changelog: https://github.com/anchore/grype/releases/tag/v0.79.0
2024-06-16 16:58:59 +02:00
h7x4
d311769871
Merge pull request #319565 from r-ryantm/auto-update/gruvbox-plus-icons
gruvbox-plus-icons: 5.3.1 -> 5.4.0
2024-06-15 18:11:25 +02:00
R. Ryantm
f35902f56b gruvbox-plus-icons: 5.3.1 -> 5.4.0 2024-06-15 00:04:13 +02:00
luftmensch-luftmensch
60f2ac2ac3
gruvbox-gtk-theme: unstable-2023-05-28 -> 0-unstable-2024-06-12 2024-06-13 11:05:19 +02:00
Florian Klink
d2d2467118
Merge pull request #318306 from flokli/grafana-alloy-module
grafana-alloy: add NixOS module
2024-06-10 19:36:36 +03:00
Florian Klink
1fa96ce4df grafana-alloy, nixos/alloy: add hbjydev to maintainers 2024-06-10 13:40:45 +03:00
Florian Klink
aa52f15fff grafana-alloy: add nixosTests.alloy to passthru 2024-06-10 13:38:19 +03:00