Commit Graph

117 Commits

Author SHA1 Message Date
DontEatOreo
71fc5743a8
vencord: add maintainer donteatoreo 2024-10-24 18:26:15 +03:00
DontEatOreo
be43e12f91
vencord: 1.10.4 -> 1.10.5
Diff: https://github.com/Vendicated/Vencord/compare/v1.10.4...v1.10.5
2024-10-24 15:13:36 +00:00
Peder Bergebakken Sundt
56783f8200 velero: use stdenv.buildPlatform.canExecute 2024-10-21 11:34:21 +02:00
Gutyina Gergő
9744efc3b0
treewide: update pnpmDeps hashes 2024-10-19 23:50:41 +02:00
Peder Bergebakken Sundt
35325ecea9 veryl: add shell completions 2024-10-11 23:51:45 +02:00
Peder Bergebakken Sundt
4cbccd4923 veryl: 0.13.0 -> 0.13.1
Diff: https://github.com/veryl-lang/veryl/compare/v0.13.0...v0.13.1

Changelog: https://github.com/veryl-lang/veryl/blob/v0.13.1/CHANGELOG.md
2024-10-11 23:33:46 +02:00
R. Ryantm
dced718864 vencord: 1.10.3 -> 1.10.4 2024-10-09 08:14:18 +00:00
h7x4
51cacf4965
verapdf: init at 1.26.2 (#342508) 2024-09-30 19:25:53 +02:00
Sandro
a968fa0376
veracrypt: 1.26.7 -> 1.26.15 (#344488) 2024-09-30 13:43:57 +02:00
R. Ryantm
b87c518e5c vencord: 1.10.2 -> 1.10.3 2024-09-30 04:51:05 +00:00
Ryan Omasta
3f03d48cd3
veracrypt: 1.26.14 -> 1.26.15 2024-09-28 16:03:34 -06:00
Moritz Hedtke
1b3e725693 verapdf: init at 1.26.2
Co-authored-by: kilianar <mail@kilianar.de>
2024-09-28 14:30:29 +02:00
Ryan Omasta
ef7956291f
veracrypt: remove with lib;, add myself as maintainer 2024-09-25 11:42:24 -06:00
Ryan Omasta
202021faf6
veracrypt: format using nixfmt-rfc-style 2024-09-25 11:41:20 -06:00
Ryan Omasta
051f75f1a9
veracrypt: 1.26.7 -> 1.26.14, move to pkgs/by-name 2024-09-25 11:38:22 -06:00
Peder Bergebakken Sundt
b8d6935a7a
veryl: init at 0.13.0 (#342132) 2024-09-25 01:13:29 +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
Aleksana
d5909a6e26
verible: 0.0.3747 -> 0.0.3791 (#342826) 2024-09-22 17:03:18 +08:00
R. Ryantm
7be9dd1366 vencord: 1.10.1 -> 1.10.2 2024-09-21 04:19:55 +00:00
Henner Zeller
93270ba5de verible: 0.0.3747 -> 0.0.3791 2024-09-18 08:42:10 -07:00
nicoo
45b95421fd
lib.fetchers: add hash-normalization helpers (#342072) 2024-09-17 14:59:43 +00:00
nicoo
0bddcc1df9 verible: sha256hash 2024-09-17 06:34:08 +00:00
Peder Bergebakken Sundt
8dd43e731e veryl: init at 0.13.0 2024-09-15 21:35:37 +02: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
Johannes Jöns
5690cd67f5
vencord: 1.9.5 -> 1.10.1 (#332423) 2024-09-07 20:20:59 +00:00
Sefa Eyeoglu
176bc2d30b
vencord: 1.9.9 -> 1.10.1
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-09-05 21:00:30 +02:00
Sefa Eyeoglu
dc011c71a6
vencord: 1.9.8 -> 1.9.9
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-09-03 22:27:19 +02:00
Nikolay Korotkiy
3397a57a53
velero: migrate to by-name 2024-09-01 17:01:01 +04:00
github-actions[bot]
59b57346d9
Merge master into staging-next 2024-08-28 18:04:19 +00:00
TomaSajt
1fad8f3463
vesktop: use electron.dist 2024-08-27 21:37:18 +02:00
Sefa Eyeoglu
4309219691
vencord: 1.9.7 -> 1.9.8
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-08-27 10:49:11 +02:00
Sefa Eyeoglu
877d23c6b2
vencord: fix update script
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-08-27 10:47:09 +02:00
Sefa Eyeoglu
a76791c8b3
vencord: sort inputs
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-08-27 09:15:17 +02:00
Sefa Eyeoglu
4e205841fb
vencord: fix installPhase hooks
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-08-27 09:15:17 +02:00
Sefa Eyeoglu
1401c61030
vencord: 1.9.5 -> 1.9.7
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-08-27 09:15:17 +02:00
Sefa Eyeoglu
09e917c6d4
vencord: reformat using nixfmt
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-08-27 09:15:17 +02:00
Sefa Eyeoglu
29bc58a302
vencord: refactor to use pnpm.fetchDeps
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-08-27 09:15:17 +02:00
Peder Bergebakken Sundt
8050fb8db8
Merge pull request #335142 from doronbehar/pkg/versionCheckHook
versionCheckHook: ignore echoed store paths
2024-08-19 02:12:56 +02:00
rnhmjoj
f8ea7ea91d veloren: fix build on rust 1.80 2024-08-17 22:28:03 +02:00
Doron Behar
393e966194 versionCheckHook: ignore echoed store paths
This makes sure the hook will catch cases where the --version or --help output
prints the installation dir or something alike that includes the
builtins.storeDir, and later on the `${pname}-${version}` string. Could
have avoided #334245 which was a fixup for #330456.
2024-08-17 20:10:54 +03:00
Doron Behar
b9096d0d86 versionCheckHook: small indentation improvement 2024-08-17 20:09:19 +03:00
Michele Guerini Rocco
4f5cc80a3a
Merge pull request #267239 from rnhmjoj/pr-veloren
veloren: init at 0.16.0
2024-08-09 10:18:53 +02:00
rnhmjoj
d8c0280c41
veloren: init at 0.16.0 2024-08-08 02:14:37 +02:00
Henner Zeller
20939ceaa2 verible: 0.0.3722 -> 0.0.3747 2024-08-06 04:42:02 -07:00
Henner Zeller
3bbb37de7b verible: move to pkgs/by-name
No other change.
2024-08-06 04:24:20 -07:00
zimbatm
159042ff69 verifpal: move to by-name 2024-07-31 09:10:30 +02:00
Xaver106
a6aa3acc73
vencord: 1.9.4 -> 1.9.5 2024-07-18 10:48:25 +02:00
seth
ccf595eed3
vesktop: add updateScript 2024-07-15 13:38:18 -04:00
R. Ryantm
a90a69dd39 vencord: 1.9.3 -> 1.9.4 2024-07-14 09:01:26 +00:00
Joshua Manchester
bedbc6e36e vesktop: 1.5.2 -> 1.5.3 2024-07-08 08:02:18 +02:00