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 genericUpdater: add attribute argument to ignore some versions 2020-05-04 14:33:03 -03:00
nix-update.nix treewide: use nix-update updateScript for packages I maintain 2020-07-29 12:33:39 -04:00
scripts.nix treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
unstable-updater.nix unstableGitUpdater: Allow using stable versions 2022-02-18 17:26:46 +01:00