Bump the required daemon version for the git hashing tests

The required version check was a bit too lenient, and
`nixpkgs#nixUnstable` was considered valid while it didn't have the fix.
This commit is contained in:
Théophane Hufschmitt 2024-02-28 07:10:53 +01:00
parent 8dc4b41c7f
commit 6147d27afb

View file

@ -4,7 +4,7 @@ clearStore
clearCache
# Need backend to support git-hashing too
requireDaemonNewerThan "2.18.0pre20230908"
requireDaemonNewerThan "2.19"
enableFeatures "git-hashing"