Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/nixos-search.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
VERSION_CONTENT=$(curl --silent "https://raw.githubusercontent.com/nixos/nixos-search/main/VERSION" | tr -d '[:space:]')
# NOTE: this number and the version number in src/search.rs have
# to be updated when nixos-search updates it's version number.
VERSION_NUMBER=43
VERSION_NUMBER=44

echo "Found VERSION: $VERSION_CONTENT"

Expand Down
2 changes: 1 addition & 1 deletion src/search.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ impl SearchArgs {
// this file and the corresponding workflow called
// nixos-search.yaml have to be updated accordingly.
.post(format!(
"https://search.nixos.org/backend/latest-43-{channel}/_search"
"https://search.nixos.org/backend/latest-44-{channel}/_search"
))
.json(&query)
.header("User-Agent", format!("nh/{}", crate::NH_VERSION))
Expand Down