Weijia Wang
b4b6cc6131
vapoursynth: 69 -> 70 ( #342668 )
2024-11-01 03:36:35 +01:00
Aleksana
6bdac89ce8
vale: 3.7.1 -> 3.8.0 ( #350512 )
2024-10-29 18:02:02 +08:00
Michele Guerini Rocco
a1071d0055
vapoursynth: Simplify plugin loading ( #332800 )
2024-10-24 10:39:26 +02:00
R. Ryantm
74273461f7
vacuum-go: 0.12.1 -> 0.14.1
2024-10-22 21:52:11 +00:00
Peder Bergebakken Sundt
2e327bd4fe
vale: 3.7.1 -> 3.8.0
...
Diff: https://github.com/errata-ai/vale/compare/v3.7.1...v3.8.0
Changelog: https://github.com/errata-ai/vale/releases/tag/v3.8.0
2024-10-22 18:12:12 +02:00
arthsmn
a50f683316
valuta: 1.2.0 -> 1.3.2
2024-10-17 19:46:02 -03:00
techknowlogick
48ee9edabb
vault-bin: 1.17.6 -> 1.18.0
2024-10-09 01:33:31 -04:00
techknowlogick
4f4bd2e2d6
vault: 1.17.6 -> 1.18.0
...
Diff: https://github.com/hashicorp/vault/compare/v1.17.6...v1.18.0
Changelog: https://github.com/hashicorp/vault/blob/v1.18.0/CHANGELOG.md
2024-10-09 01:29:48 -04:00
h7x4
86490ad30c
vault: 1.17.5 -> 1.17.6, vault-bin: 1.17.5 -> 1.17.6 ( #344555 )
2024-10-05 11:51:22 +02:00
Marcel
85ab36bb84
valkey: 7.2.6 -> 7.2.7
...
Fixes CVE-2024-31449
Fixes CVE-2024-31227
Fixes CVE-2024-31228
2024-10-03 20:52:36 +02:00
Paul Meyer
6787161291
vale{,Styles}: move to by-name
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-09-27 13:54:09 +02:00
techknowlogick
b99a01b711
vault-bin: nixfmt
2024-09-25 22:23:11 -04:00
techknowlogick
2460ec66bb
vault-bin: move to pkgs/by-name
2024-09-25 22:22:46 -04:00
techknowlogick
0421579b13
vault: nixfmt
2024-09-25 22:10:03 -04:00
techknowlogick
45f4361477
vault: move to pkgs/by-name
2024-09-25 22:09:44 -04: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
R. Ryantm
509f5d09f4
vapoursynth: 69 -> 70
2024-09-17 22:15: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
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
rnhmjoj
77e8114f72
vapoursynth-mvtools: move to by-name and reformat
2024-09-14 14:01:08 +02:00
Kimat Boven
9541169581
vale-ls: 0.3.7-unstable-2024-03-13 -> 0.3.8
2024-09-02 00:02:05 +02:00
R. Ryantm
6b9904319f
valijson: 1.0.2 -> 1.0.3
2024-08-28 16:39:18 +00:00
Peder Bergebakken Sundt
3a83109945
treewide: change ${pname}
to string literal, pt2 ( #336195 )
...
* aescrypt: change `${pname}` to string literal
* bandwidth: change `${pname}` to string literal
* bc: change `${pname}` to string literal
* bdfresize: change `${pname}` to string literal
* birdfont: change `${pname}` to string literal
* brltty: change `${pname}` to string literal
* calamares: change `${pname}` to string literal
* ccal: change `${pname}` to string literal
* clac: change `${pname}` to string literal
* colord-gtk4: change `${pname}` to string literal
* colord: change `${pname}` to string literal
* colorless: change `${pname}` to string literal
* cunit: change `${pname}` to string literal
* datamash: change `${pname}` to string literal
* dateutils: change `${pname}` to string literal
* desktop-file-utils: change `${pname}` to string literal
* digitemp: change `${pname}` to string literal
* ding-libs: change `${pname}` to string literal
* docbook2mdoc: change `${pname}` to string literal
* dtach: change `${pname}` to string literal
* empty: change `${pname}` to string literal
* entr: change `${pname}` to string literal
* envsubst: change `${pname}` to string literal
* ethtool: change `${pname}` to string literal
* fdtools: change `${pname}` to string literal
* filebench: change `${pname}` to string literal
* findutils: change `${pname}` to string literal
* fortune: change `${pname}` to string literal
* fpart: change `${pname}` to string literal
* fxlinuxprintutil: change `${pname}` to string literal
* gbdfed: change `${pname}` to string literal
* getopt: change `${pname}` to string literal
* github-copilot-cli: change `${pname}` to string literal
* gparted: change `${pname}` to string literal
* hddtemp: change `${pname}` to string literal
* hdfview: change `${pname}` to string literal
* hpcg: change `${pname}` to string literal
* hpl: change `${pname}` to string literal
* ink: change `${pname}` to string literal
* ised: change `${pname}` to string literal
* isoimagewriter: change `${pname}` to string literal
* kronometer: change `${pname}` to string literal
* libsForQt5.qt5ct: change `${pname}` to string literal
* lilo: change `${pname}` to string literal
* lockfileProgs: change `${pname}` to string literal
* map-cmd: change `${pname}` to string literal
* mcrypt: change `${pname}` to string literal
* most: change `${pname}` to string literal
* mrtg: change `${pname}` to string literal
* ms-sys: change `${pname}` to string literal
* multitime: change `${pname}` to string literal
* nbench: change `${pname}` to string literal
* osinfo-db-tools: change `${pname}` to string literal
* parallel-full: change `${pname}` to string literal
* phoronix-test-suite: change `${pname}` to string literal
* pod2mdoc: change `${pname}` to string literal
* powerline-rs: change `${pname}` to string literal
* recoverjpeg: change `${pname}` to string literal
* recutils: change `${pname}` to string literal
* routino: change `${pname}` to string literal
* rpm-ostree: change `${pname}` to string literal
* screen: change `${pname}` to string literal
* sharedown: change `${pname}` to string literal
* statserial: change `${pname}` to string literal
* taoup: change `${pname}` to string literal
* texi2mdoc: change `${pname}` to string literal
* tmpwatch: change `${pname}` to string literal
* toilet: change `${pname}` to string literal
* triehash: change `${pname}` to string literal
* ttfautohint: change `${pname}` to string literal
* txt2man: change `${pname}` to string literal
* urjtag: change `${pname}` to string literal
* uudeview: change `${pname}` to string literal
* uutils-coreutils: change `${pname}` to string literal
* vttest: change `${pname}` to string literal
* wacomtablet: change `${pname}` to string literal
* xcd: change `${pname}` to string literal
* xdaliclock: change `${pname}` to string literal
* xjobs: change `${pname}` to string literal
* feishin: change `${pname}` to string literal
* gifsicle: change `${pname}` to string literal
* nzbhydra2: change `${pname}` to string literal
* vatprism: change `${pname}` to string literal
* webfs: change `${pname}` to string literal
* yggstack: change `${pname}` to string literal
2024-08-20 17:23:37 -07:00
R. Ryantm
2baf32a43e
vacuum-go: 0.12.0 -> 0.12.1
2024-08-16 17:49:13 +00:00
R. Ryantm
5c8f9b0976
vault-unseal: 0.5.1 -> 0.6.0
2024-08-08 15:17:41 +00:00
Mikael Voss
1a66c5bf28
vapoursynth: Simplify plugin loading
2024-08-07 11:36:17 +02:00
R. Ryantm
6406037ebd
vacuum-go: 0.11.1 -> 0.12.0
2024-08-07 04:35:23 +00:00
Mikael Voss
59545101df
vapoursynth: Add maintainer snaki
2024-08-04 12:09:07 +02:00
Mikael Voss
2c487f5608
vapoursynth: Reformat and move according to guidelines
2024-08-04 11:54:59 +02:00
R. Ryantm
f76f48b6e0
valkey: 7.2.5 -> 7.2.6
2024-08-01 00:29:50 +00:00
Masum Reza
8c4fe10ef0
Merge pull request #329794 from ThePuzzlemaker/add-vatprism
...
vatprism: init at 0.3.5
2024-07-28 12:15:11 +05:30
ThePuzzlemaker
532a0e5a1b
vatprism: init at 0.3.5
2024-07-27 21:39:41 -05:00
Sigmanificient
61fe0c0416
pkgs/by-name: remove unused arguments
2024-07-26 10:11:07 +02:00
R. Ryantm
78b668d563
vacuum-go: 0.11.0 -> 0.11.1
2024-07-22 02:28:18 +00:00
R. Ryantm
604b3e91fd
vacuum-go: 0.10.1 -> 0.11.0
2024-07-10 02:50:00 +00:00
R. Ryantm
f7a72ff407
vacuum-go: 0.10.0 -> 0.10.1
2024-06-22 15:45:10 +00:00
Weijia Wang
994e6bd256
Merge pull request #317713 from konradmalik/vacuum
...
vacuum-go: init at 0.10.0
2024-06-10 21:09:00 +02:00
Konrad Malik
7f470209e8
vacuum-go: init at 0.10.0
2024-06-10 17:34:37 +02:00
Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Marcus Ramberg
a3006b0cb1
Merge pull request #309313 from arthsmn/valuta
2024-05-12 20:46:42 +02:00
arthsmn
35986db01d
valuta: init at 1.2.0
2024-05-12 15:19:36 -03:00
Honnip
374677366f
varia: 2024.3.20 -> 2024.5.7
...
https://github.com/giantpinkrobots/varia/compare/v2024.3.20...v2024.5.7
2024-05-07 22:14:59 +09:00
github-actions[bot]
c4dfa193ac
Merge master into staging-next
2024-05-02 12:01:36 +00:00
jansol
18b0191d29
vale-ls: init at 0.3.7-unstable-2024-03-13 ( #304375 )
...
Co-authored-by: Olivia Crain <olivia@olivia.dev>
Co-authored-by: Gabriel Arazas <foodogsquared@foodogsquared.one>
2024-05-02 11:23:28 +02:00
Weijia Wang
7f45fee52a
Merge branch 'master' into staging-next
2024-04-28 04:02:14 +02:00
Thomas Gerbet
e37fd33dcc
Merge pull request #302935 from Rucadi/valkey
...
valkey: init at 7.2.5
2024-04-28 00:03:43 +02:00
ruben
24d05b4803
valkey: init at 7.2.5
2024-04-27 15:09:55 +02:00
Jan Tojnar
eb04659fc2
treewide: wrapGAppsHook → wrapGAppsHook3
...
This was achieved using the following command:
sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')
And then manually reverted the following changes:
- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
Sandro
52c9b9d1b1
Merge pull request #287260 from benneti/vaults-071
...
vaults: init at 0.7.1
2024-04-20 20:55:12 +02:00
aleksana
4130131c78
varia: 2024.2.29-2 -> 2024.3.20
2024-03-22 00:16:53 +08:00