aleksana
1862813d11
treewide: convert cargoSha256 to cargoHash
...
This is done with the following bash script:
```
#!/usr/bin/env bash
process_line() {
local filename=${1%:}
if [[ $4 =~ \"(.*)\"\; ]]; then
local sha256="${BASH_REMATCH[1]}"
fi
[[ -z $sha256 ]] && return 0
local hash=$(nix hash to-sri --type sha256 $sha256)
echo "Processing: $filename"
echo " $sha256 => $hash"
sed -i "s|cargoSha256 = \"$sha256\"|cargoHash = \"$hash\"|"
$filename
}
# split output by line
grep -r 'cargoSha256 = ' . | while IFS= read -r line; do
# split them further by space
read -r -a parts <<< "$line"
process_line "${parts[@]}"
done
```
2024-07-03 21:54:10 +08:00
aleksana
a9709c299b
treewide: change cargoSha256 with SRI hash to cargoHash
2024-07-03 21:53:11 +08:00
github-actions[bot]
35bda1b414
Merge staging-next into staging
2024-07-03 12:01:44 +00:00
github-actions[bot]
0983fe3e50
Merge master into staging-next
2024-07-03 12:01:17 +00:00
Markus Kowalewski
9856b32f91
Merge pull request #324178 from r-ryantm/auto-update/cnquery
...
cnquery: 11.10.0 -> 11.11.0
2024-07-03 10:39:49 +00:00
github-actions[bot]
a14cd5e592
Merge staging-next into staging
2024-07-03 09:25:17 +00:00
github-actions[bot]
6c668cb3e5
Merge master into staging-next
2024-07-03 09:24:52 +00:00
R. Ryantm
199991b72d
cnquery: 11.10.0 -> 11.11.0
2024-07-02 23:16:47 +00:00
Weijia Wang
35d2ffe69d
keybase: add missing darwin framework
2024-07-03 01:00:59 +02:00
R. Ryantm
45fdebdfba
keybase: 6.2.8 -> 6.3.1
2024-07-03 00:58:36 +02:00
Weijia Wang
89195a5313
Merge branch 'staging-next' into staging
2024-07-02 22:23:14 +02:00
Weijia Wang
f5a7e092f3
Merge branch 'master' into staging-next
2024-07-02 22:22:02 +02:00
R. Ryantm
5e8a21d664
kube-bench: 0.7.3 -> 0.8.0
2024-07-02 14:49:14 +00:00
github-actions[bot]
5cfda25a07
Merge staging-next into staging
2024-07-02 12:01:51 +00:00
Martin Weinelt
7b8429bbc4
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/jaxtyping/default.nix
2024-07-02 12:08:49 +02:00
Fabian Affolter
704fe5733b
Merge pull request #323455 from fabaff/sigma-cli-bump
...
sigma-cli: 1.0.2 -> 1.0.4
2024-07-02 11:58:38 +02:00
Fabian Affolter
8edfd8fa79
Merge pull request #323937 from r-ryantm/auto-update/chainsaw
...
chainsaw: 2.9.1 -> 2.9.1-2
2024-07-02 11:54:25 +02:00
Jan Tojnar
0f56e32213
Merge pull request #319659 from jtojnar/gnome-extract
...
Move various packages out of gnome scope
2024-07-02 08:03:53 +02:00
github-actions[bot]
d5bca87877
Merge staging-next into staging
2024-07-02 06:01:38 +00:00
K900
665f1d6183
Merge remote-tracking branch 'origin/master' into staging-next
2024-07-02 08:32:46 +03:00
xenia
a8476824ee
ghidra{,-bin}: desktop file fixes
...
- add StartupWMClass to allow window manager to associate ghidra windows
with the desktop file
- add `terminal = false` from ghidra into ghidra-bin
2024-07-01 23:17:40 -04:00
R. Ryantm
1d3cd83585
chainsaw: 2.9.1 -> 2.9.1-2
2024-07-02 02:43:26 +00:00
Lily Foster
c678743f80
treewide: remove lilyinstarlight
2024-07-02 03:17:01 +02:00
Weijia Wang
d786466691
Merge pull request #322198 from r-ryantm/auto-update/spire
...
spire: 1.9.6 -> 1.10.0
2024-07-02 00:53:31 +02:00
github-actions[bot]
cf53d1b2a1
Merge staging-next into staging
2024-07-01 18:01:44 +00:00
github-actions[bot]
1addc8dd4c
Merge master into staging-next
2024-07-01 18:01:14 +00:00
R. Ryantm
fa97f3db2f
cariddi: 1.3.4 -> 1.3.5
2024-07-01 12:32:55 +00:00
Jan Tojnar
1369411184
gnome-keyring: Move from gnome scope to top-level
...
It is on the way out.
2024-07-01 09:35:26 +02:00
Someone
c5a1cae1f1
Merge pull request #275241 from Scrumplex/treewide/use-addDriverRunpath
...
addOpenGLRunpath: deprecate
2024-07-01 01:09:05 +00:00
Martin Weinelt
9b79a05ae1
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/flexcache/default.nix
- pkgs/development/python-modules/flexparser/default.nix
- pkgs/development/python-modules/odp-amsterdam/default.nix
- pkgs/development/python-modules/pint/default.nix
- pkgs/development/python-modules/uncertainties/default.nix
- pkgs/top-level/python-packages.nix
2024-07-01 01:07:21 +02:00
Sefa Eyeoglu
416ba8804b
treewide: use addDriverRunpath
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-06-30 15:01:01 -04:00
Fabian Affolter
ec93b8682b
Merge pull request #323448 from fabaff/metasploit-bump
...
metasploit: 6.4.14 -> 6.4.15
2024-06-30 10:23:22 +02:00
R. Ryantm
f11258cb39
pinentry-rofi: 2.1.0 -> 2.1.1
2024-06-30 00:48:58 +02:00
Fabian Affolter
5e81de665f
sigma-cli: 1.0.2 -> 1.0.4
...
Diff: https://github.com/SigmaHQ/sigma-cli/compare/refs/tags/v1.0.2...v1.0.4
Changelog: https://github.com/SigmaHQ/sigma-cli/releases/tag/v1.0.4
2024-06-29 22:48:49 +02:00
Fabian Affolter
297e557a60
metasploit: 6.4.14 -> 6.4.15
2024-06-29 22:34:21 +02:00
Vladimir Panteleev
eac595161a
john: add OpenCL support
2024-06-29 18:08:18 +00:00
Vladimir Panteleev
650be5155b
john: format with nixfmt-rfc-style
2024-06-29 13:54:25 +00:00
github-actions[bot]
f018e44bd1
Merge master into staging-next
2024-06-29 12:01:32 +00:00
Jonas Heinrich
2797e8c9cb
Merge pull request #323225 from r-ryantm/auto-update/httpx
...
httpx: 1.6.4 -> 1.6.5
2024-06-29 11:23:05 +02:00
K900
bde999c03e
Merge branch 'master' into staging-next
2024-06-29 10:13:13 +03:00
R. Ryantm
a643284f2b
httpx: 1.6.4 -> 1.6.5
2024-06-28 19:00:42 +00:00
Aleksana
3108c72928
Merge pull request #322949 from r-ryantm/auto-update/osv-scanner
...
osv-scanner: 1.7.4 -> 1.8.1
2024-06-28 21:00:31 +08:00
Artturin
8cf19cd5ac
Merge pull request #323103 from fabaff/knockpy-fix
...
knockpy: relax requests
2024-06-28 16:00:12 +03:00
Fabian Affolter
30ea269ffa
knockpy: relax requests
2024-06-28 08:55:30 +02:00
Fabian Affolter
df0fb66f6d
knockpy: refactor
2024-06-28 08:55:09 +02:00
github-actions[bot]
2f3bfad6d2
Merge master into staging-next
2024-06-28 00:02:11 +00:00
Weijia Wang
4eef77c26b
Merge pull request #318487 from r-ryantm/auto-update/arti
...
arti: 1.2.3 -> 1.2.4
2024-06-28 01:12:47 +02:00
Weijia Wang
d613edae1b
Merge pull request #321427 from r-ryantm/auto-update/rbw
...
rbw: 1.10.2 -> 1.11.1
2024-06-28 00:16:28 +02:00
Weijia Wang
63e60d3b5b
Merge pull request #321578 from r-ryantm/auto-update/hashrat
...
hashrat: 1.15 -> 1.21
2024-06-28 00:04:51 +02:00
Weijia Wang
c683f46081
Merge pull request #322810 from r-ryantm/auto-update/vault
...
vault: 1.17.0 -> 1.17.1
2024-06-27 23:46:23 +02:00