pagefind: 1.1.1 -> 1.2.0 (#354442)

This commit is contained in:
Peder Bergebakken Sundt 2024-11-13 21:25:25 +01:00 committed by GitHub
commit 197b257d9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,6 +16,8 @@
wasm-pack,
}:
# TODO: package python bindings
let
wasm-bindgen-92 = wasm-bindgen-cli.override {
@ -36,16 +38,16 @@ in
rustPlatform.buildRustPackage rec {
pname = "pagefind";
version = "1.1.1";
version = "1.2.0";
src = fetchFromGitHub {
owner = "cloudcannon";
repo = "pagefind";
rev = "refs/tags/v${version}";
hash = "sha256-4NfosDp5Wwz2lnqaFNcaIbWpjWiaQ4WCL6TcKEkfPck=";
hash = "sha256-OKZYy+Mm9xOEBBD/tI2GwP2+Myt5aELosRP8Tbi5bqY=";
};
cargoHash = "sha256-hnT9w3j8/YuN00x0LBPr75BKGWSnIYUNFTWIgtghJP4";
cargoHash = "sha256-k50RyGuS66r+wWIij7yOOSlDxXYY1y+lTJgCkMREllc=";
env.npmDeps_web_js = fetchNpmDeps {
name = "npm-deps-web-js";