Releases: Mic92/nix-update
Releases · Mic92/nix-update
0.8.0
Support new style buildRustPackage und buildGoModule hashes
0.6.0
0.5.1
New sources and better rust support
- add support for savannah hosted projects. thanks to @schnusch
- add support for sourcehut hosted projects, thanks to @SuperSandro2000
- add support for updating cargoHash, thanks to @SuperSandro2000
- In nixpkgs, nix-update now ignores local overlays, thanks to @SuperSandro2000
- cargo hashes and go vendor hashes cannot be updated even if the version has not changed
More features.
New features:
--version=unstable
will include all versions
containing '-' and '+' from being considered valid.
As per SemVer, these are the separators for unstable
versions (i.e. "-RC2", "+abcdef" suffixes).--review
flag can be used to initiate a run of
nixpkgs-review, which will ensure all
dependent packages can be built.- In order to ensure consistent formatting, the
--format
flag will invoke
nixpkgs-fmt.
Bugfixes:
- nix-update now works if checkMeta is enabled in
~/.nixpkgs/config
Support new nix cli syntax
nixUnstable now moved hash conversion functions to the hash
subcommand.
Fix unbound variable
Thanks to @petabyteboy
Smarter version handling
- nix-update can now extract the version from the git diff
- has a new flag
--version-regex
to matching and extracting versions from git tags - it no longer tries to update the hash if the version has not changed.
Now with tests
- added --test flag