Skip to content

Commit b5cca4c

Browse files
committed
Publish npm package: 0.8.7-rc.1
1 parent 9837d51 commit b5cca4c

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

package/npm/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
{pkgs ? import <nixpkgs> {}}:
2-
import ./workspace.nix pkgs (import ./elm-format-0.8.6-windows.nix)
2+
import ./workspace.nix pkgs (import ./elm-format-0.8.7-rc.1.nix)

package/npm/elm-format-0.8.7-rc.1.nix

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
name = "elm-format";
3+
version = "0.8.7";
4+
prerelease = "rc.1";
5+
binaryPackageScope = "avh4";
6+
experimental = false;
7+
elmVersions = [
8+
"0.18.0"
9+
"0.19.0"
10+
"0.19.1"
11+
];
12+
13+
binaries = {
14+
linux-x64 = {
15+
v = "1";
16+
url = "https://github.com/avh4/elm-format/releases/download/0.8.7-rc.1/elm-format-0.8.7-rc.1-linux-x64.tgz";
17+
sha256 = "sha256-yMD57UqAAh9NzVL+7eZNLscvD1qnJ8CG5EqrJ1i6z78=";
18+
};
19+
linux-aarch64 = {
20+
v = "1";
21+
url = "https://github.com/avh4/elm-format/releases/download/0.8.7-rc.1/elm-format-0.8.7-rc.1-linux-aarch64.tgz";
22+
sha256 = "sha256-fPEDXsK99vZbrf248f5uuEjzZK2a06GR34UBzw0WDvs=";
23+
};
24+
mac-x64 = {
25+
v = "1";
26+
url = "https://github.com/avh4/elm-format/releases/download/0.8.7-rc.1/elm-format-0.8.7-rc.1-mac-x64.tgz";
27+
sha256 = "sha256-itMJlqommJJzchcYwUnQpci5KPRcctfzm+DKyKBzsp0=";
28+
};
29+
mac-arm64 = {
30+
v = "1";
31+
url = "https://github.com/avh4/elm-format/releases/download/0.8.7-rc.1/elm-format-0.8.7-rc.1-mac-arm64.tgz";
32+
sha256 = "sha256-kdMTab6hR9mGN4pWoAztkhl4mflwO0K8U0BV+gbM7GM=";
33+
};
34+
win-x64 = {
35+
v = "1";
36+
url = "https://github.com/avh4/elm-format/releases/download/0.8.7-rc.1/elm-format-0.8.7-rc.1-win-x64.zip";
37+
sha256 = "sha256-VXmZ5CU7HJpihKT+M7kRup8S+f3MtXu4w5dfkQlzOyM=";
38+
};
39+
};
40+
}

0 commit comments

Comments
 (0)