File tree Expand file tree Collapse file tree 2 files changed +41
-1
lines changed Expand file tree Collapse file tree 2 files changed +41
-1
lines changed Original file line number Diff line number Diff line change 1
1
{ 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 )
Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments