Merge pull request #11962 from NixOS/mergify/bp/2.25-maintenance/pr-11915

Bump fetcher cache version (backport #11915)
This commit is contained in:
Jörg Thalheim
2024-11-27 07:23:52 +01:00
committed by GitHub

View File

@@ -36,7 +36,7 @@ struct CacheImpl : Cache
{
auto state(_state.lock());
auto dbPath = getCacheDir() + "/fetcher-cache-v2.sqlite";
auto dbPath = getCacheDir() + "/fetcher-cache-v3.sqlite";
createDirs(dirOf(dbPath));
state->db = SQLite(dbPath);