- Output a final newline with
--expr
when printing to a terminal
- Switch from
--experimental-features
to--extra-experimental-features
(#147)
- output a final newline when printing to a terminal (#94)
- remove workaround for "cannot find git revision"
--expr
to get the hash of arbitrary fixed-output derivations
- Let git-based fetchers fallback to FOD to work around nixos/nix#5128
- Fix outdated Cargo.lock
- Optimize
fetchPypi
with extension specified - Optimize converting hashes from base32 to SRI
--submodules
to fetch submodules instead of using the fetcher's default (#9)--nixpkgs
to override the nixpkgs used for fixed-output derivations- Recognize
invent.kde.org
as a GitLab instance - Recognize
repo.palemoon.org
as a Gitea instance
--fallback
to specify a fetcher to fall back tofetchPypi
supportbuiltins.fetchGit
support
--hash
to only output the hash--parse
to parse the URL into JSON without fetching the hashfetchCrate
supportfetchHex
support
- Correctly handle GitLab URLs that point to something other than the root (e.g. issues) of a project without a group
- Support fetching the latest revision for
fetchFromGitHub
,fetchFromGitLab
, andfetchFromGitea
- Allow hyphen-separated values for
--lisp-sep
- Recognize
salsa.debian.org
as a GitLab instance
- Correctly handle trailing
.git
withfetchFromGitLab
- Fix
fetchhg
output:hash
->sha256
- Support GitLab repositories under groups
--list-sep
to print out the listed fetchers with the specified separatorfetchsvn
supportfetchFromGitea
support for https://gitea.com and https://notabug.org- Better support for URL schemes
- Lots of tests
- Correctly fetch with FOD when
--arg-str
is specified for URL fetchers
- with
--json
, values specified by--arg
are wrapped like this:{"type": "nix", "value": "<Nix expression>"}
to differentiate from strings
- Correctly handle git:// URLs
--arg-str
to additional arguments to pass to the fetcher as strings--overwrite
to overwrite arguments in the final output (#2)--overwrite-str
to overwrite arguments in the final output as strings (#2)
- Correctly set
experimental-features
for Nix calls - Fetch submodules for
fetchgit
- Typos
fetchFromGitHub
now correctly setsgithubBase
when domain is not github.com
--arg
to pass extra rguments to the fetcher--json
to output in json format--list-fetchers
to list all available fetchers--list-possible-fetchers
to list all fetchers that can be generated without--fetcher
- Support for the following fetchers
fetchFromBitbucket
(https://bitbucket.org)fetchFromGitea
(and https://codeberg.org)fetchFromGitiles
(and https://googlesource.com)fetchFromRepoOrCz
(https://repo.or.cz)
- Man page
- Shell completions
- Nix flake
- Colored output
First release