mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
alock: use allowedVersions in updateScript
This commit is contained in:
parent
624fdb2662
commit
77a9e911a6
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
passthru.updateScript = gitUpdater {
|
||||
rev-prefix = "v";
|
||||
ignoredVersions = "^[^.]+$"; # ignore versions without a dot
|
||||
allowedVersions = "\\.";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user