1
1
mirror of https://github.com/nmattia/niv.git synced 2024-09-18 19:07:19 +03:00

Release 0.2.14

This commit is contained in:
Nicolas Mattia 2020-07-15 14:20:06 +02:00
parent 99771dd10d
commit e5f7c0a4d3
3 changed files with 14 additions and 2 deletions

View File

@ -1,5 +1,17 @@
# Changelog
## [0.2.14] 2020-07-15
## Added
* `niv add local` for local sources.
* Custom nixpkgs can be specified during `init`.
## Changed
* The derivation name for package `foo` is now `foo-src`.
* The extension `.tgz` is considered as `.tar.gz`.
* The default nixpkgs is `release-20.03`.
* Nixpkgs is now pulled from `NixOS/nixpkgs`, not from channels.
## Removed
* The types `builtin-tarbal` and `builtin-url` were removed.
## [0.2.13] 2020-02-02
## Added
* `niv modify -n NAME` to rename a package

View File

@ -212,7 +212,7 @@ $ niv update ghc -v 8.6.2
```
niv - dependency manager for Nix projects
version: 0.2.13
version: 0.2.14
Usage: niv [-s|--sources-file FILE] COMMAND

View File

@ -1,6 +1,6 @@
{
"name": "niv",
"version": "0.2.13",
"version": "0.2.14",
"license": "MIT",
"author": "Nicolas Mattia <nicolas@nmattia.com>",
"maintainer": "Nicolas Mattia <nicolas@nmattia.com>",