diff --git a/pkgs/by-name/co/coost/package.nix b/pkgs/by-name/co/coost/package.nix index e3ccf660a240..e27524414864 100644 --- a/pkgs/by-name/co/coost/package.nix +++ b/pkgs/by-name/co/coost/package.nix @@ -40,7 +40,10 @@ stdenv.mkDerivation (finalAttrs: { "out" "dev" ]; - passthru.updateScript = gitUpdater { }; + passthru.updateScript = gitUpdater { + rev-prefix = "v"; + allowedVersions = "^[0-9]"; + }; meta = with lib; { description = "Tiny boost library in C++11";