Skip to content

Commit 8bf3234

Browse files
NotAShelffaukah
andauthored
search: update nixos-search version (#419)
Co-authored-by: faukah <[email protected]>
2 parents a818218 + df9fdd6 commit 8bf3234

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nixos-search.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
VERSION_CONTENT=$(curl --silent "https://raw.githubusercontent.com/nixos/nixos-search/main/VERSION" | tr -d '[:space:]')
1616
# NOTE: this number and the version number in src/search.rs have
1717
# to be updated when nixos-search updates it's version number.
18-
VERSION_NUMBER=43
18+
VERSION_NUMBER=44
1919
2020
echo "Found VERSION: $VERSION_CONTENT"
2121

src/search.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ impl SearchArgs {
133133
// this file and the corresponding workflow called
134134
// nixos-search.yaml have to be updated accordingly.
135135
.post(format!(
136-
"https://search.nixos.org/backend/latest-43-{channel}/_search"
136+
"https://search.nixos.org/backend/latest-44-{channel}/_search"
137137
))
138138
.json(&query)
139139
.header("User-Agent", format!("nh/{}", crate::NH_VERSION))

0 commit comments

Comments
 (0)