Skip to content

Commit dc3c120

Browse files
authored
assemblyscript: 0.27.35 -> 0.28.2 (#413271)
2 parents 592f817 + 9b16cfc commit dc3c120

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.35";
9+
version = "0.28.2";
1010

1111
src = fetchFromGitHub {
1212
owner = "AssemblyScript";
1313
repo = "assemblyscript";
1414
rev = "v${version}";
15-
hash = "sha256-Wop7S7GvvXFcONER+TYIygLkAZpCdhMlPz3hhWSOZro=";
15+
hash = "sha256-8nY3Rst6i+RGW+kfjn/QSbYkaZf67k/KwuyIp40fCSM=";
1616
};
1717

18-
npmDepsHash = "sha256-DisQ5T5gEHkCZNBInN12uTquwrg3n/sOmNVz/iSI1Mw=";
18+
npmDepsHash = "sha256-wj/PMoqUBjXqz8/KOFAH5P5eFty3pztpQ8inGIy+ve4=";
1919

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

0 commit comments

Comments
 (0)