Skip to content

Commit

Permalink
Publish npm package: 0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
avh4 committed Apr 12, 2023
1 parent b8f13f5 commit 30ba1c7
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.7-rc.1.nix)
import ./workspace.nix pkgs (import ./elm-format-0.8.7.nix)
40 changes: 40 additions & 0 deletions package/npm/elm-format-0.8.7.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
name = "elm-format";
version = "0.8.7";
prerelease = null;
binaryPackageScope = "avh4";
experimental = false;
elmVersions = [
"0.18.0"
"0.19.0"
"0.19.1"
];

binaries = {
linux-x64 = {
v = "2";
url = "https://github.com/avh4/elm-format/releases/download/0.8.7/elm-format-0.8.7-linux-x64.tgz";
sha256 = "sha256-4iIRtg4j1DjlVG8q/VLrEKDnR2CuUR1iE0J/IVOj/G0=";
};
linux-aarch64 = {
v = "2";
url = "https://github.com/avh4/elm-format/releases/download/0.8.7/elm-format-0.8.7-linux-aarch64.tgz";
sha256 = "sha256-jMvrk4AfyX/0Mzh/QZE605PZKnCLAYFVtmN4AprH+08=";
};
mac-x64 = {
v = "2";
url = "https://github.com/avh4/elm-format/releases/download/0.8.7/elm-format-0.8.7-mac-x64.tgz";
sha256 = "sha256-2Fz2jVFeUUz+c0laE/IvJSlQdDDIibOwHu82r/oXAhA=";
};
mac-arm64 = {
v = "2";
url = "https://github.com/avh4/elm-format/releases/download/0.8.7/elm-format-0.8.7-mac-arm64.tgz";
sha256 = "sha256-OqGWT5ybgon4xtFMpaz2MGtMSHTbHf7odhC3Ef9mh6E=";
};
win-x64 = {
v = "2";
url = "https://github.com/avh4/elm-format/releases/download/0.8.7/elm-format-0.8.7-win-x64.zip";
sha256 = "sha256-WZgJKDwGQhNcb8YvZn2AlmyxbtlHOdf3P22dv4ZdaxI=";
};
};
}

0 comments on commit 30ba1c7

Please sign in to comment.