nixpkgs/pkgs/common-updater
Jan Tojnar 97276fe650 unstableGitUpdater: Allow using stable versions
It is important to keep the version as parsed by `builtins.parseDrvName`
monotonic for packages that often switch between stable and unstable versions,
for nix-env to be able to update them reliably.

Let’s optionally use the version format described by RFC 107:
https://github.com/NixOS/rfcs/pull/107
The downside is that it requires fetching
more commits to be able to determine the latest tag.
2022-02-18 17:26:46 +01:00
..
scripts common-updater-scripts: Silence outPath check 2021-12-31 07:06:27 +01:00
generic-updater.nix
nix-update.nix
scripts.nix
unstable-updater.nix unstableGitUpdater: Allow using stable versions 2022-02-18 17:26:46 +01:00