tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
binaryen: 112 -> 113
Will Cohen
2 years ago
8392a8ba
39d29247
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
compilers
binaryen
default.nix
+2
-2
pkgs/development/compilers/binaryen/default.nix
reviewed
···
4
4
5
5
stdenv.mkDerivation rec {
6
6
pname = "binaryen";
7
7
-
version = "112";
7
7
+
version = "113";
8
8
9
9
src = fetchFromGitHub {
10
10
owner = "WebAssembly";
11
11
repo = "binaryen";
12
12
rev = "version_${version}";
13
13
-
hash = "sha256-xVumVmiLMHJp3SItE8eL8OBPeq58HtOOiK9LL8SP4CQ=";
13
13
+
hash = "sha256-w93LIlLRn3PmVNytjFg6KI4CQ9zQUUM9kySiWAtPbOA=";
14
14
};
15
15
16
16
nativeBuildInputs = [ cmake python3 ];