mirror of
https://github.com/nix-community/nixpkgs-update.git
synced 2024-12-01 22:46:10 +03:00
Updating nixpkgs packages since 2018
old | ||
.gitignore | ||
.travis.yml | ||
check-attrpath-version-test.sh | ||
check-attrpath-version.sh | ||
check-result.sh | ||
delete-merged.sh | ||
fix-src-url.sh | ||
LICENSE | ||
README.md | ||
setup-nixpkgs.sh | ||
to-staging.sh | ||
up.sh | ||
ups.sh |
nixpkgs-update
Scripts to try to update nixpkgs packages. Uses hub
to automatically make PRs.
Instructions
- Clone this repo:
git clone https://github.com/ryantm/nixpkgs-update
- Get a list of oudated packages and place them in a
packages-to-update.txt
file in the root directory of this repository.
git clone https://github.com/ryantm/repology-api.git
cabal2nix --shell --hpack . > shell.nix && nix-build shell.nix && result/bin/repology-api > packages-to-update.txt
./ups.sh
prior work
https://github.com/NixOS/nixpkgs/blob/master/pkgs/common-updater/scripts/update-source-version https://github.com/NixOS/nixpkgs/tree/master/pkgs/build-support/upstream-updater