Unverified Commit 4c64e67b authored by Will Cohen's avatar Will Cohen Committed by GitHub
Browse files

binaryen: 123 -> 124 (#439735)

parents fa6fc26d 1540aa8f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,13 +20,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "binaryen";
  version = "123";
  version = "124";

  src = fetchFromGitHub {
    owner = "WebAssembly";
    repo = "binaryen";
    rev = "version_${version}";
    hash = "sha256-SFruWOJVxO3Ll1HwjK3DYSPY2IprnDly7QjxrECTrzE=";
    hash = "sha256-tkvO0gNESliRV6FOpXDQd7ZKujGe6q1mGX5V+twcE1o=";
  };

  nativeBuildInputs = [