Skip to content

Commit 0ca7a81

Browse files
authored
assemblyscript: 0.27.30 -> 0.27.34 (#382621)
2 parents 8879dd7 + c294f5d commit 0ca7a81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/as/assemblyscript/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
buildNpmPackage rec {
88
pname = "assemblyscript";
9-
version = "0.27.30";
9+
version = "0.27.34";
1010

1111
src = fetchFromGitHub {
1212
owner = "AssemblyScript";
1313
repo = "assemblyscript";
1414
rev = "v${version}";
15-
hash = "sha256-dmtKXU1bu25AzqxBhC9sWulMek5gRVnD0FN0G0XGQxU=";
15+
hash = "sha256-GM45I8L+cgdbky8wAhpKnWVqCPYIBOH3HyV131tSHkQ=";
1616
};
1717

18-
npmDepsHash = "sha256-rj6tvevoDQQihTH+tYkrvhJRzynglG5roHHL7aZ6j+Y=";
18+
npmDepsHash = "sha256-ptndMTc68/L+YgrfwhK/woVzyzG8KpL9KPGGtRXFdho=";
1919

2020
meta = with lib; {
2121
homepage = "https://github.com/AssemblyScript/assemblyscript";

0 commit comments

Comments
 (0)