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
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)
rmg: append to init at 0.5.4
rmg: further add to init at 0.5.4
rmg: (hopefully) finally finish init at 0.5.4
rmg: fix qt imports for init at 0.5.4
rmg: move 'which' to nativeBuildInputs for init at 0.5.4
rmg: try only importing 'which' in init at 0.5.4
rmg: fix a whitespace error in init at 0.5.4
rmg: remove 'dash' for init at 0.5.4
rmg: fix up qt packages for init at 0.5.4
rmg: remove seperate 'wrapQtAppsHook' from imports for init at 0.5.4
rmg: add myself to 'maintainer-list.nix' for init at 0.5.4