Fix the min bound for the structured-attrs test

The min bound written corresponds to the date of the commit that
introduced the change, but it only got merged on master some weeks
later. Since the version is essentially the commit date, that means that
there’s a whole range of commits on master (including the current
`nixUnstable`) that have a higher version but don’t contain the required
change.
This commit is contained in:
regnat 2021-10-14 16:00:59 +02:00
parent 3a2fc9ce1d
commit b598e5c47c
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ source common.sh
# 27ce722638 required some incompatible changes to the nix file, so skip this
# tests for the older versions
requireDaemonNewerThan "2.4pre20210622"
requireDaemonNewerThan "2.4pre20210712"
clearStore