We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8879dd7 + c294f5d commit 0ca7a81Copy full SHA for 0ca7a81
pkgs/by-name/as/assemblyscript/package.nix
@@ -6,16 +6,16 @@
6
7
buildNpmPackage rec {
8
pname = "assemblyscript";
9
- version = "0.27.30";
+ version = "0.27.34";
10
11
src = fetchFromGitHub {
12
owner = "AssemblyScript";
13
repo = "assemblyscript";
14
rev = "v${version}";
15
- hash = "sha256-dmtKXU1bu25AzqxBhC9sWulMek5gRVnD0FN0G0XGQxU=";
+ hash = "sha256-GM45I8L+cgdbky8wAhpKnWVqCPYIBOH3HyV131tSHkQ=";
16
};
17
18
- npmDepsHash = "sha256-rj6tvevoDQQihTH+tYkrvhJRzynglG5roHHL7aZ6j+Y=";
+ npmDepsHash = "sha256-ptndMTc68/L+YgrfwhK/woVzyzG8KpL9KPGGtRXFdho=";
19
20
meta = with lib; {
21
homepage = "https://github.com/AssemblyScript/assemblyscript";
0 commit comments