tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
wkg: 0.11.0 -> 0.12.0
R. Ryantm
6 months ago
ce44e2e3
8766d9c4
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
wk
wkg
package.nix
+3
-3
pkgs/by-name/wk/wkg/package.nix
···
8
8
9
9
rustPlatform.buildRustPackage (finalAttrs: {
10
10
pname = "wkg";
11
11
-
version = "0.11.0";
11
11
+
version = "0.12.0";
12
12
src = fetchFromGitHub {
13
13
owner = "bytecodealliance";
14
14
repo = "wasm-pkg-tools";
15
15
tag = "v${finalAttrs.version}";
16
16
-
hash = "sha256-l8ArzujFirquSKMDkcoP8KukLFCRB7U8BejzMGUD59Y=";
16
16
+
hash = "sha256-9o0WvRSmld+VG27ysNGOklle250HdfBJQyob5nSb6vQ=";
17
17
};
18
18
19
19
-
cargoHash = "sha256-ngVnF2eLZfa4ziliAaJOmu5YbnetEovH66kWXp2w1gY=";
19
19
+
cargoHash = "sha256-f+P/kxnxinWAfsk6fz6fsVeZcf7t4qUh8XP1Tev89LM=";
20
20
21
21
# A large number of tests require Internet access in order to function.
22
22
doCheck = false;