Skip to content

Commit

Permalink
Bump the required daemon version for the git hashing tests
Browse files Browse the repository at this point in the history
The required version check was a bit too lenient, and
`nixpkgs#nixUnstable` was considered valid while it didn't have the fix.
  • Loading branch information
thufschmitt committed Feb 28, 2024
1 parent 8dc4b41 commit 6147d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/git-hashing/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ clearStore
clearCache

# Need backend to support git-hashing too
requireDaemonNewerThan "2.18.0pre20230908"
requireDaemonNewerThan "2.19"

enableFeatures "git-hashing"

Expand Down

0 comments on commit 6147d27

Please sign in to comment.