Merge pull request #11915 from NixOS/bump-fetcher-cache-version

Bump fetcher cache version
This commit is contained in:
Eelco Dolstra 2024-11-21 16:34:20 +01:00 committed by GitHub
commit 45b0158d91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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);