Skip to content

Commit

Permalink
use schema version also in packages index
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Jun 4, 2020
1 parent ec5839f commit 6210ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Page/Packages.elm
Expand Up @@ -416,7 +416,7 @@ makeRequest :
makeRequest options channel query from size =
Search.makeRequest
(makeRequestBody query from size)
("latest-nixos-" ++ channel)
("latest-" ++ String.fromInt options.mappingSchemaVersion ++ "-nixos-" ++ channel)
decodeResultItemSource
options
query
Expand Down

0 comments on commit 6210ece

Please sign in to comment.