File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
VERSION_CONTENT=$(curl --silent "https://raw.githubusercontent.com/nixos/nixos-search/main/VERSION" | tr -d '[:space:]')
16
16
# NOTE: this number and the version number in src/search.rs have
17
17
# to be updated when nixos-search updates it's version number.
18
- VERSION_NUMBER=43
18
+ VERSION_NUMBER=44
19
19
20
20
echo "Found VERSION: $VERSION_CONTENT"
21
21
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ impl SearchArgs {
133
133
// this file and the corresponding workflow called
134
134
// nixos-search.yaml have to be updated accordingly.
135
135
. post ( format ! (
136
- "https://search.nixos.org/backend/latest-43 -{channel}/_search"
136
+ "https://search.nixos.org/backend/latest-44 -{channel}/_search"
137
137
) )
138
138
. json ( & query)
139
139
. header ( "User-Agent" , format ! ( "nh/{}" , crate :: NH_VERSION ) )
You can’t perform that action at this time.
0 commit comments