Skip to content

Commit

Permalink
wasmer: 4.3.6 -> 4.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed Sep 11, 2024
1 parent ad9b7c3 commit 9f8891c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/interpreters/wasmer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f8891c

Please sign in to comment.