Skip to content

Commit

Permalink
Merge pull request #11962 from NixOS/mergify/bp/2.25-maintenance/pr-1…
Browse files Browse the repository at this point in the history
…1915

Bump fetcher cache version (backport #11915)
  • Loading branch information
Mic92 authored Nov 27, 2024
2 parents 118d509 + 4e2824c commit 14432ea
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 14432ea

Please sign in to comment.