Skip to content

Commit

Permalink
Publish npm package: 0.8.7-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
avh4 committed Apr 2, 2023
1 parent 9837d51 commit b5cca4c
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package/npm/default.nix
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
{pkgs ? import <nixpkgs> {}}:
import ./workspace.nix pkgs (import ./elm-format-0.8.6-windows.nix)
import ./workspace.nix pkgs (import ./elm-format-0.8.7-rc.1.nix)
40 changes: 40 additions & 0 deletions package/npm/elm-format-0.8.7-rc.1.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
name = "elm-format";
version = "0.8.7";
prerelease = "rc.1";
binaryPackageScope = "avh4";
experimental = false;
elmVersions = [
"0.18.0"
"0.19.0"
"0.19.1"
];

binaries = {
linux-x64 = {
v = "1";
url = "https://github.com/avh4/elm-format/releases/download/0.8.7-rc.1/elm-format-0.8.7-rc.1-linux-x64.tgz";
sha256 = "sha256-yMD57UqAAh9NzVL+7eZNLscvD1qnJ8CG5EqrJ1i6z78=";
};
linux-aarch64 = {
v = "1";
url = "https://github.com/avh4/elm-format/releases/download/0.8.7-rc.1/elm-format-0.8.7-rc.1-linux-aarch64.tgz";
sha256 = "sha256-fPEDXsK99vZbrf248f5uuEjzZK2a06GR34UBzw0WDvs=";
};
mac-x64 = {
v = "1";
url = "https://github.com/avh4/elm-format/releases/download/0.8.7-rc.1/elm-format-0.8.7-rc.1-mac-x64.tgz";
sha256 = "sha256-itMJlqommJJzchcYwUnQpci5KPRcctfzm+DKyKBzsp0=";
};
mac-arm64 = {
v = "1";
url = "https://github.com/avh4/elm-format/releases/download/0.8.7-rc.1/elm-format-0.8.7-rc.1-mac-arm64.tgz";
sha256 = "sha256-kdMTab6hR9mGN4pWoAztkhl4mflwO0K8U0BV+gbM7GM=";
};
win-x64 = {
v = "1";
url = "https://github.com/avh4/elm-format/releases/download/0.8.7-rc.1/elm-format-0.8.7-rc.1-win-x64.zip";
sha256 = "sha256-VXmZ5CU7HJpihKT+M7kRup8S+f3MtXu4w5dfkQlzOyM=";
};
};
}

0 comments on commit b5cca4c

Please sign in to comment.