mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
Merge pull request #11915 from NixOS/bump-fetcher-cache-version
Bump fetcher cache version
This commit is contained in:
commit
45b0158d91
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ struct CacheImpl : Cache
|
||||||
{
|
{
|
||||||
auto state(_state.lock());
|
auto state(_state.lock());
|
||||||
|
|
||||||
auto dbPath = getCacheDir() + "/fetcher-cache-v2.sqlite";
|
auto dbPath = getCacheDir() + "/fetcher-cache-v3.sqlite";
|
||||||
createDirs(dirOf(dbPath));
|
createDirs(dirOf(dbPath));
|
||||||
|
|
||||||
state->db = SQLite(dbPath);
|
state->db = SQLite(dbPath);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue