Gliczy
e15b1502f8
fastfetch: 2.28.0 -> 2.29.0
2024-11-04 17:29:08 +01:00
Austin Horstman
8e829c0d33
fastfetch: use versionCheckHook
...
No longer need manual version checking test and can verify on build.
2024-11-01 19:51:41 -05:00
Austin Horstman
aeeb4c2f57
fastfetch: apple-sdk_11 -> apple-sdk_15
...
Upstream uses ifdefs and @available checks for SDK features so bump to
latest SDK and set minimum.
2024-11-01 19:51:41 -05:00
Austin Horstman
da69ec31ed
fastfetch: switch to apple-sdk_11
2024-10-31 19:05:49 -05:00
github-actions[bot]
bafb3e4e13
Merge master into staging-next
2024-10-23 12:05:38 +00:00
Austin Horstman
83de8dc8cb
fastfetch: 2.27.1 -> 2.28.0
2024-10-22 21:10:26 -05:00
Randy Eckenrode
d8906e4851
treewide: switch to moltenvk from darwin.moltenvk
2024-10-10 01:06:41 -04:00
Austin Horstman
6af4ebd62a
fastfetch: 2.26.1 -> 2.27.1 ( #346791 )
...
* fastfetch: 2.26.1 -> 2.27.0
* fastfetch: 2.27.0 -> 2.27.1
2024-10-06 09:22:16 +02:00
Austin Horstman
06bc2fecbb
fastfetch: 2.26.0 -> 2.26.1
2024-09-29 09:50:36 -05:00
Austin Horstman
9e664abea9
fastfetch: 2.25.0 -> 2.26.0
2024-09-28 22:09:05 -05: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
Ryan Omasta
16851d21a8
fastfetch: 2.24.0 -> 2.25.0
2024-09-18 20:44:10 -06:00
uncenter
135b49bb5c
fastfetch: update description to match the project
2024-09-13 17:46:32 +02:00
redyf
ee1d421487
fastfetch: 2.23.0 -> 2.24.0
...
https://github.com/fastfetch-cli/fastfetch/releases/tag/2.24.0
2024-09-11 18:53:20 -03:00
Austin Horstman
5447dba33d
fastfetch: 2.22.0 -> 2.23.0
2024-09-02 22:17:03 -05:00
Austin Horstman
ad6778492e
fastfetch: imagemagick_light -> imagemagick
...
Getting x11 errors on darwin compilation with light version.
2024-08-25 22:20:06 -05:00
Austin Horstman
ff036cf726
fastfetch: 2.21.3 -> 2.22.0
2024-08-25 22:11:49 -05:00
luftmensch-luftmensch
dc9fccd6c7
fastfetch: 2.21.2 -> 2.21.3
2024-08-19 12:57:12 +02:00
Austin Horstman
efaa9ef49f
fastfetch: 2.21.0 -> 2.21.2
2024-08-13 23:11:52 -05:00
luftmensch-luftmensch
ca9a18769f
fastfetch: add luftmensch-luftmensch maintainer
2024-08-05 22:53:30 +02:00
luftmensch-luftmensch
426a3fb501
fastfetch: 2.20.0 -> 2.21.0
2024-08-05 22:53:29 +02:00
luftmensch-luftmensch
05ea6fe871
fastfetch: applied nixfmt
2024-08-05 22:53:21 +02:00
Sigmanificient
4ce6ffaa8a
fastfetch: 2.19.1 -> 2.20.0
2024-07-26 06:00:13 +02:00
redyf
19027752a2
fastfetch: 2.18.1 -> 2.19.1
2024-07-22 23:42:39 -03:00
Ruben Beck
c6caa09ba2
fastfetch: 2.17.2-> 2.18.1
2024-07-12 09:17:09 +02:00
lassulus
3e6dba7b7a
Merge pull request #324806 from r-ryantm/auto-update/fastfetch
...
fastfetch: 2.17.0 -> 2.17.2
2024-07-08 17:29:53 +02:00
Lin Xianyi
669d7cfa7e
fastfetch: fix fish completions
2024-07-08 08:27:53 +08:00
R. Ryantm
e2fb886b51
fastfetch: 2.17.0 -> 2.17.2
2024-07-05 12:38:53 +00:00
R. Ryantm
77cb0885e7
fastfetch: 2.16.0 -> 2.17.0
2024-06-28 11:22:47 +00:00
R. Ryantm
287a853675
fastfetch: 2.15.0 -> 2.16.0
2024-06-22 16:33:35 +00:00
R. Ryantm
06afa6e026
fastfetch: 2.14.0 -> 2.15.0
2024-06-07 19:02:41 +00:00
R. Ryantm
d313919498
fastfetch: 2.13.2 -> 2.14.0
2024-05-31 07:01:36 +00:00
Sandro Jäckel
be3292f22d
fastfetch: 2.13.1 -> 2.13.2
...
Diff: https://github.com/fastfetch-cli/fastfetch/compare/2.13.1...2.13.2
2024-05-23 22:15:32 +02:00
Heitor Augusto
df74666b6b
Remove Gerg-L as one of the maintainers of the package
2024-05-21 19:21:13 +00:00
Heitor Augusto
e0783a7ec7
fastfetch: 2.13.0 -> 2.13.1
2024-05-21 17:50:04 +00:00
Sandro Jäckel
ac029b6e4b
fastfetch: 2.12.0 -> 2.13.0
...
Diff: https://github.com/fastfetch-cli/fastfetch/compare/2.12.0...2.13.0
2024-05-20 20:59:01 +02:00
R. Ryantm
bc5e4137c5
fastfetch: 2.11.5 -> 2.12.0
2024-05-14 10:53:35 +00:00
R. Ryantm
be1b856e5c
fastfetch: 2.11.3 -> 2.11.5
2024-05-06 21:29:41 +00:00
John Garcia
b413c925a0
fastfetch: set paths for pci.ids amdgpu.ids
2024-05-04 17:27:40 +01:00
John Garcia
9824dd17a9
fastfetch: 2.11.0 -> 2.11.3
2024-05-04 14:28:50 +01:00
John Garcia
5cde2e9386
fastfetch: 2.10.2 -> 2.11.0
2024-05-02 11:41:46 +01:00
R. Ryantm
6b44d00844
fastfetch: 2.9.2 -> 2.10.2
2024-04-29 18:51:44 +00:00
Federico Damián Schonborn
2a4711c771
maintainers: remove federicoschonborn
...
Signed-off-by: Federico Damián Schonborn <federicoschonborn@disroot.org>
2024-04-26 17:32:54 -03:00
Austin Horstman
3b0afb7ccc
fastfetch: pkgs/tools/misc -> pkgs/by-name
2024-04-23 15:38:34 -05:00