Skip to content

Commit

Permalink
Merge pull request #11915 from NixOS/bump-fetcher-cache-version
Browse files Browse the repository at this point in the history
Bump fetcher cache version
  • Loading branch information
edolstra authored Nov 21, 2024
2 parents fa17927 + e948c8e commit 45b0158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libfetchers/cache.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 45b0158

Please sign in to comment.