Vincent Laporte
72b918494c
dune_3: move out of ocamlPackages
2025-12-10 21:51:39 +01:00
Wolfgang Walther
46c0c0eae7
Merge branch 'staging-next' into staging
2025-12-10 18:42:31 +01:00
Ihar Hrachyshka
567e8dfd8e
treewide: clean up 'meta = with' pattern
...
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.
Co-authored-by: Wolfgang Walther <walther@technowledgy.de >
2025-12-10 18:09:49 +01:00
Philip Taron
feb4539536
versionCheckHook: Check for --version first ( #463218 )
2025-11-26 16:19:36 +00:00
7c6f434c
fb8e0ea29e
rizin: add binutils dependency ( #463219 )
2025-11-24 01:09:48 +00:00
Jonathan Davies
116036d574
treewide: Remove redundant versionCheckProgramArg = "--version"; with:
...
```shell
git grep -l -e 'versionCheckProgramArg = "--version";' -e 'versionCheckProgramArg = \[ "--version" \];' | while read f; do
sed -i '/versionCheckProgramArg/d' "$f"
sed -i '/^$/N;/\n$/D' "$f"
done
```
2025-11-20 10:39:02 +00:00
bpavuk
0fd203ae37
rizin: add binutils dependency
2025-11-19 18:02:38 +02:00
R. Ryantm
0fe2eef967
tflint-plugins.tflint-ruleset-google: 0.36.0 -> 0.37.1
2025-11-18 21:41:52 +00:00
R. Ryantm
19511c6d5e
tflint-plugins.tflint-ruleset-aws: 0.43.0 -> 0.44.0
2025-11-16 22:24:21 +00:00
NAHO
9bd62b38f0
massif-visualizer: fix build with CMake 4
...
Link: https://github.com/NixOS/nixpkgs/issues/445447
2025-10-27 16:30:38 +01:00
R. Ryantm
fc36512f76
flow: 0.281.0 -> 0.288.0
2025-10-13 10:21:33 +00:00
Tim Schumacher
647f596d83
snowman: drop
...
The upstream repository has been wiped, the package is unmaintained,
and it does not build anymore as of the CMake 3.5 compatibility drop.
2025-10-12 02:58:41 +02:00
Nick Cao
bab2b6e51b
tflint-plugins.tflint-ruleset-aws: 0.42.0 -> 0.43.0 ( #450492 )
2025-10-10 20:39:15 +00:00
Fabian Affolter
e579568066
radare2: 6.0.2 -> 6.0.4 ( #450040 )
2025-10-10 07:15:23 +00:00
R. Ryantm
f3b49aea7b
tflint-plugins.tflint-ruleset-aws: 0.42.0 -> 0.43.0
2025-10-09 23:38:21 +00:00
Fabian Affolter
fed3d7758a
radare2: 6.0.2 -> 6.0.4
...
Diff: https://github.com/radare/radare2/compare/6.0.2...6.0.4
Changelog: https://github.com/radareorg/radare2/releases/tag/6.0.4
2025-10-08 21:47:32 +02:00
R. Ryantm
3416af9121
tflint-plugins.tflint-ruleset-google: 0.35.0 -> 0.36.0
2025-10-07 22:25:41 +00:00
Yohann Boniface
a3af2428d2
treewide: migrate to by-name ( #448721 )
2025-10-06 04:02:31 +00:00
Yohann Boniface
f0a05ce889
include-what-you-use: 0.24 -> 0.25 ( #446352 )
2025-10-05 21:17:59 +00:00
Michael Daniels
e0d5027e88
treewide: migrate to by-name
2025-10-05 15:16:28 -04:00
Wolfgang Walther
90e7159c55
treewide: remove unused rec
...
Auto-fix by nixf-diagnose.
2025-10-05 10:49:12 +02:00
NAHO
c8d4dabc43
pkgs: remove optional builtins prefixes from prelude functions
...
Remove optional builtins prefixes from prelude functions by running:
builtins=(
abort
baseNameOf
break
derivation
derivationStrict
dirOf
false
fetchGit
fetchMercurial
fetchTarball
fetchTree
fromTOML
import
isNull
map
null
placeholder
removeAttrs
scopedImport
throw
toString
true
)
fd \
--type file \
. \
pkgs \
--exec-batch sed --in-place --regexp-extended "
s/\<builtins\.($(
printf '%s\n' "${builtins[@]}" |
paste --delimiter '|' --serial -
))\>/\1/g
"
nix fmt
2025-10-04 19:02:37 +02:00
Jaiden Douglas
0a933af684
include-what-you-use: 0.24 -> 0.25
2025-09-26 22:43:37 +09:30
Jaiden Douglas
8eb3e62473
include-what-you-use: add ja1den as maintainer
2025-09-26 22:43:19 +09:30
Wolfgang Walther
fb569f4e7c
flow: 0.279.0 -> 0.281.0 ( #443225 )
2025-09-23 20:18:23 +00:00
Vladimír Čunát
a7fc029699
linuxPackages_latest.rr-zen_workaround: fix build
...
Upstream has already merged a this fix, but there's no release yet.
2025-09-18 12:20:04 +02:00
R. Ryantm
5c77e74e4d
flow: 0.279.0 -> 0.281.0
2025-09-15 17:30:24 +00:00
Emily
28307989c6
ikos: drop
2025-09-14 19:03:24 +01:00
Wolfgang Walther
7ff8046a22
nix-linter: drop
...
This was marked broken 3 years ago, does not build, is unmaintained in
Nixpkgs and upstream.
2025-09-06 20:18:45 +02:00
Niklas Korz
ab4e3b6cfd
sparse: 0.6.4 -> 0.6.4-unstable-2024-02-03 ( #437364 )
2025-09-05 17:12:50 +02:00
R. Ryantm
5fcc3c1df9
tflint-plugins.tflint-ruleset-google: 0.34.0 -> 0.35.0
2025-08-29 10:45:40 +00:00
Emily
f8d7869b38
sparse: 0.6.4 -> 0.6.4-unstable-2024-02-03
...
Supports modern versions of LLVM. Arch is shipping this Git revision
as well.
2025-08-27 03:27:44 +01:00
Weijia Wang
52c5f757e1
flow: 0.277.1 -> 0.279.0 ( #431647 )
2025-08-22 22:45:48 +02:00
K900
051cea0548
qcachegrind: drop
...
Builds on old Qt5 version of kcachegrind, which itself is getting dropped.
2025-08-21 23:21:44 +03:00
Nick Cao
f266706269
hopper: 5.18.0 -> 5.19.4 ( #434494 )
2025-08-19 16:14:18 -04:00
Tim Schumacher
8ea7916703
hopper: 5.18.0 -> 5.19.4
2025-08-17 16:53:56 +02:00
Tim Schumacher
ce1fd2787e
hopper: fix up the download URL
...
Downloads have moved from the `hopperv4` directory to the `public`
directory at some point.
2025-08-17 16:53:46 +02:00
R. Ryantm
19c9f7583c
flow: 0.277.1 -> 0.279.0
2025-08-15 23:27:19 +00:00
azahi
776601b613
radare2: 5.9.8 -> 6.0.2
2025-08-15 21:11:54 +03:00
Weijia Wang
3b44318769
brakeman: 6.1.2 -> 7.1.0, migrate to by-name ( #430626 )
2025-08-15 09:32:23 +08:00
R. Ryantm
1e38a90441
tflint-plugins.tflint-ruleset-aws: 0.41.0 -> 0.42.0
2025-08-07 19:40:54 +00:00
Weijia Wang
d8bab1a3f0
flow: 0.274.2 -> 0.277.1 ( #424659 )
2025-08-03 18:42:36 -06:00
Guy Chronister
2ccf06c42e
brakeman: migrate to by-name
...
brakeman: 6.1.2 -> 7.1.0
brakeman: fix changelog version with let binding
2025-08-03 12:52:15 +00:00
liberodark
147d02e310
treewide: move to by-name part 2
2025-08-02 00:20:17 +02:00
R. Ryantm
a97df4b6b6
tflint-plugins.tflint-ruleset-aws: 0.40.0 -> 0.41.0
2025-07-29 15:28:06 +00:00
R. Ryantm
4aae764798
flow: 0.274.2 -> 0.277.1
2025-07-28 23:55:42 +00:00
Wolfgang Walther
5a0711127c
treewide: run nixfmt 1.0.0
2025-07-24 13:55:40 +02:00
Weijia Wang
2a559a43f4
hopper: Fix libxml2 ABI breakage ( #420602 )
2025-07-17 05:41:25 +02:00
Vincent Laporte
a3ed1c0e1e
flow: 0.238.3 → 0.274.2
2025-07-10 21:18:33 +02:00
R. Ryantm
2091c0b9de
tflint-plugins.tflint-ruleset-google: 0.33.0 -> 0.34.0
2025-07-02 16:16:07 +00:00