1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 06:53:54 +02:00

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
commit 14432ea4a2
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);