Skip to content

Releases: Mic92/nix-update

0.11.0

15 Dec 20:44
018cd5f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.0...0.11.0

0.10.0

27 Nov 19:48
64f5cc5
Compare
Choose a tag to compare

What's Changed

  • update unstable packages from git to latest branch by @schnusch in #76
  • nix_update: use -L to get more logs when building by @Mic92 in #114
  • Add diff feature by @figsoda in #113

Full Changelog: 0.9.0...0.10.0

0.9.0

20 Nov 19:38
006d895
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.0...0.9.0

0.8.0

14 Nov 08:45
dcf5fcc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.0...0.8.0

Support new style buildRustPackage und buildGoModule hashes

23 Sep 06:48
7a6f8b3
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @zowoq made their first contribution in #96

Full Changelog: 0.6.0...0.7.0

0.6.0

30 Jun 07:45
3143af0
Compare
Choose a tag to compare

What's Changed

  • fix finding git directories for non-default import paths by @Mic92 in #92
  • allow to manually override filename that is patched by @Mic92 in #93

Full Changelog: 0.5.1...0.6.0

0.5.1

19 May 07:56
d667bb7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...0.5.1

New sources and better rust support

30 Aug 07:58
b167cc6
Compare
Choose a tag to compare
  • 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.

10 Apr 05:18
39ef346
Compare
Choose a tag to compare

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

09 Jan 10:23
4c85815
Compare
Choose a tag to compare

nixUnstable now moved hash conversion functions to the hash subcommand.