Update resize codec build

This commit is contained in:
Surma
2024-09-06 17:54:54 +01:00
parent 738d07d98a
commit 4f93abb105
5 changed files with 48 additions and 164 deletions

View File

@@ -29,11 +29,7 @@ rec {
};
buildFromCargoLock =
{
system,
cargoLock,
sha256,
}:
{ cargoLock, sha256 }:
assert (cargoLock.lockFile or null == null) != (cargoLock.lockFileContents or null == null);
let
lockFileContents =
@@ -49,7 +45,7 @@ rec {
in
assert wasm-bindgen-version != null;
build {
inherit system sha256;
inherit sha256;
version = wasm-bindgen-version;
};
}