Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c61b6b1b18f9
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a638a301df79
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 23, 2020

  1. binaryen: 94 -> 95

    r-ryantm committed Jul 23, 2020
    Copy the full SHA
    25b0b05 View commit details

Commits on Jul 24, 2020

  1. Merge pull request #93724 from r-ryantm/auto-update/binaryen

    binaryen: 94 -> 95
    ryantm authored Jul 24, 2020
    Copy the full SHA
    a638a30 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/compilers/binaryen/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/compilers/binaryen/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, cmake, python3, fetchFromGitHub, emscriptenRev ? null, substituteAll }:

let
defaultVersion = "94";
defaultVersion = "95";

# Map from git revs to SHA256 hashes
sha256s = {
version_94 = "1wk20fhyppb2ljni7ifqnsx9kl1kcl6c0svc0qljf0bs6rvr9qdm";
version_95 = "1w4js9bm5qv5aws8bzz4f0n3ni2l7h4fidkq9v5bldf0zxncy8m3";
"1.39.1" = "0ygm9m5322h4vfpf3j63q32qxk2l26yk62hh7dkb49j51zwl1y3y";
};
in