mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 14:53:52 +00:00
wasmer: 4.3.6 -> 4.3.7
Diff: https://github.com/wasmerio/wasmer/compare/refs/tags/v4.3.6...v4.3.7
This commit is contained in:
parent
b748370e89
commit
f4f4b8d7b5
@ -14,16 +14,16 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "wasmer";
|
||||
version = "4.3.6";
|
||||
version = "4.3.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "wasmerio";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-EAukoZja1lI+6LApLaKLduX/lMxB1reShYxfOMHEyRE=";
|
||||
hash = "sha256-FobMpuF/7UJlGWuJjkrtpxrN7/BtJcwhmHyRQ/Er3v4=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-o+q4dqy6Hl1eCoDgNBcPeaPcJwvYP1SAnGIHeDhmzAc=";
|
||||
cargoHash = "sha256-nPbf0ou9Lsy8FsiLrL/gyMlJVbKbfQ9Y2RFydqqv9Zo=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
rustPlatform.bindgenHook
|
||||
|
Loading…
Reference in New Issue
Block a user