Commit Graph

10 Commits

Author SHA1 Message Date
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
Emily
2181ab3e22 treewide: unpin SWIG 4 2024-09-12 18:39:57 +01:00
Ben Darwin
9811da4c78 babeltrace: swig2 -> swig4 2024-08-23 15:33:40 -04:00
éclairevoyant
0926bdbf98
treewide: fix uses of finalAttrs.pname in source urls 2024-07-12 20:23:39 -04:00
Ryan Hendrickson
b583c887a1 babeltrace: use allowedVersions in updateScript 2024-06-25 17:45:56 -04:00
hacker1024
e09452b585 python311Packages.babeltrace: init at 1.5.11 2024-06-17 23:48:32 +03:00
Michal Sojka
cd8f5fcd28 babeltrace: add myself as maintainer 2024-06-17 21:51:08 +03:00
Doron Behar
460afd473b babeltrace: 1.5.8 -> 1.5.11 2024-06-17 21:51:07 +03:00
Michal Sojka
b0a25eca28 babeltrace: add update script 2024-06-17 21:51:07 +03:00
Michal Sojka
0d7dc9e3fe babeltrace: reformat with nixfmt-rfc-style
- Don't use `meta = with lib;`.
- Use (finalAttrs:{}) pattern.
- Use lib.enableFeature for debug-info ./configure flag.
- Use pkgs/by-name
2024-06-17 21:45:27 +03:00