coost: fix broken update script

This commit is contained in:
Guy Chronister
2025-10-10 09:24:31 -05:00
parent c21ebbd745
commit c5fba2ca60
+4 -1
View File
@@ -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";