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
Aleksana
17bcadc34a
granian: init at 1.5.2 ( #337746 )
2024-09-21 08:44:06 +08: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
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