coost: fix broken update script (#450689)

This commit is contained in:
Aleksana
2025-11-14 02:34:06 +00:00
committed by GitHub
+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";