diff --git a/book/src/packages.md b/book/src/packages.md index d7e8d39b..47199cb8 100644 --- a/book/src/packages.md +++ b/book/src/packages.md @@ -14,6 +14,7 @@ The `fuel.nix` flake provides the following packages: | [`forc-doc`][sway-repo] | Sway API documentation generator. | | [`forc-fmt`][sway-repo] | The Sway code formatter. | | [`forc-lsp`][sway-repo] | The Sway Language Server Protocol implementation. | +| [`forc-node`][forc-repo] | A CLI for running a Fuel node locally. | | [`forc-tx`][sway-repo] | Construct transactions with a CLI. | | [`forc-call`][sway-repo] | A Forc plugin to call contracts and query the chain from the CLI. | | [`forc-migrate`][sway-repo] | Migrate Sway projects to the next breaking version. | diff --git a/flake.lock b/flake.lock index a9b2c732..27e7158e 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1764950072, - "narHash": "sha256-BmPWzogsG2GsXZtlT+MTcAWeDK5hkbGRZTeZNW42fwA=", + "lastModified": 1768127708, + "narHash": "sha256-1Sm77VfZh3mU0F5OqKABNLWxOuDeHIlcFjsXeeiPazs=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "f61125a668a320878494449750330ca58b78c557", + "rev": "ffbc9f8cbaacfb331b6017d5a5abb21a492c9a38", "type": "github" }, "original": { @@ -31,11 +31,11 @@ ] }, "locked": { - "lastModified": 1765161692, - "narHash": "sha256-XdY9AFzmgRPYIhP4N+WiCHMNxPoifP5/Ld+orMYBD8c=", + "lastModified": 1768272338, + "narHash": "sha256-Tg/kL8eKMpZtceDvBDQYU8zowgpr7ucFRnpP/AtfuRM=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "7ed7e8c74be95906275805db68201e74e9904f07", + "rev": "03dda130a8701b08b0347fcaf850a190c53a3c1e", "type": "github" }, "original": { diff --git a/manifests/forc-node-0.0.0-nightly-2026-01-07.nix b/manifests/forc-node-0.0.0-nightly-2026-01-07.nix new file mode 100644 index 00000000..9d8d85d5 --- /dev/null +++ b/manifests/forc-node-0.0.0-nightly-2026-01-07.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.0.0"; + date = "2026-01-07"; + url = "https://github.com/fuellabs/forc"; + rev = "c9ee8ad0bc506bb45596ee9a0ce8e16122b3c129"; + sha256 = "sha256-caDw/+NKZXiFF5KxVePKoxFQXtv2hivgbU/jiE65elA="; +} diff --git a/manifests/forc-node-0.0.1.nix b/manifests/forc-node-0.0.1.nix new file mode 100644 index 00000000..f2c1c739 --- /dev/null +++ b/manifests/forc-node-0.0.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.0.1"; + date = "2021-09-27"; + url = "https://github.com/fuellabs/sway"; + rev = "c9781a1acca6eea8a1f2f30607466ae40d76de65"; + sha256 = "sha256-g6pSdahytTJQJ1rgLCku4289C2dnCLqzvSH8Mq8y26I="; +} diff --git a/manifests/forc-node-0.0.2.nix b/manifests/forc-node-0.0.2.nix new file mode 100644 index 00000000..72ed3ac2 --- /dev/null +++ b/manifests/forc-node-0.0.2.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.0.2"; + date = "2021-10-03"; + url = "https://github.com/fuellabs/sway"; + rev = "e0c043bc9463eb266aaf111ff86b8c911602e053"; + sha256 = "sha256-LwGYEtKpb5eEts1K0TkRPwlWPu7EQLJbtaK8dAFexTk="; +} diff --git a/manifests/forc-node-0.0.3.nix b/manifests/forc-node-0.0.3.nix new file mode 100644 index 00000000..c79f8800 --- /dev/null +++ b/manifests/forc-node-0.0.3.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.0.3"; + date = "2021-10-16"; + url = "https://github.com/fuellabs/sway"; + rev = "ce7692d119fa9010dd0937b5f10cf5728fe72393"; + sha256 = "sha256-ygyqjapnGH+tznuYu5x9vnvhfHaoQ82vlyi90s/ZTCU="; +} diff --git a/manifests/forc-node-0.0.4.nix b/manifests/forc-node-0.0.4.nix new file mode 100644 index 00000000..9654caf4 --- /dev/null +++ b/manifests/forc-node-0.0.4.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.0.4"; + date = "2021-11-05"; + url = "https://github.com/fuellabs/sway"; + rev = "d40239e7d49793c7d3d23e0d3de6595e40b89e11"; + sha256 = "sha256-Udtk0i4LfiXYMWLZtRiDbjXseqiTs83BJgqHaMvJGLA="; +} diff --git a/manifests/forc-node-0.1.0.nix b/manifests/forc-node-0.1.0.nix new file mode 100644 index 00000000..f688ed33 --- /dev/null +++ b/manifests/forc-node-0.1.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.1.0"; + date = "2021-12-24"; + url = "https://github.com/fuellabs/sway"; + rev = "90c9b56a7fc313321fcc7580314284080d00078f"; + sha256 = "sha256-5VgXmm63O89wp6mayRf6ihMiK/JrXECfkmpo17MPEk4="; +} diff --git a/manifests/forc-node-0.1.1.nix b/manifests/forc-node-0.1.1.nix new file mode 100644 index 00000000..224b0c75 --- /dev/null +++ b/manifests/forc-node-0.1.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.1.1"; + date = "2021-12-24"; + url = "https://github.com/fuellabs/sway"; + rev = "8a37329cb1848efdeb46e2be1bfdb940b7750262"; + sha256 = "sha256-Ci4OJGp+iqmojxmf4Cg9m/2WG8jtKOPMDr2z6LDsOdU="; +} diff --git a/manifests/forc-node-0.1.2.nix b/manifests/forc-node-0.1.2.nix new file mode 100644 index 00000000..367aab32 --- /dev/null +++ b/manifests/forc-node-0.1.2.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.1.2"; + date = "2021-12-25"; + url = "https://github.com/fuellabs/sway"; + rev = "2431af753ed8fc0a76df53fc72172cb4bdb5d4b9"; + sha256 = "sha256-FYwNTSaaZdtDGbOQ5/Tk4+lvyZ3PCJBtnNLE6+PuEng="; +} diff --git a/manifests/forc-node-0.1.3.nix b/manifests/forc-node-0.1.3.nix new file mode 100644 index 00000000..d96c3ef5 --- /dev/null +++ b/manifests/forc-node-0.1.3.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.1.3"; + date = "2021-12-25"; + url = "https://github.com/fuellabs/sway"; + rev = "d30d3225a30c46a9675ca5db270597190cc228bc"; + sha256 = "sha256-3kvkiTVQ5qSLqBPb3kl2VakJfQlCOYaTY9aonRgN6AY="; +} diff --git a/manifests/forc-node-0.1.4.nix b/manifests/forc-node-0.1.4.nix new file mode 100644 index 00000000..f5f2ce50 --- /dev/null +++ b/manifests/forc-node-0.1.4.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.1.4"; + date = "2021-12-25"; + url = "https://github.com/fuellabs/sway"; + rev = "46305882aa552be287b28e55606ba74b81070460"; + sha256 = "sha256-/sFiQmmk/L+qqK9J/BrhPahg0no7YculAbB+TyB9s+Y="; +} diff --git a/manifests/forc-node-0.1.5.nix b/manifests/forc-node-0.1.5.nix new file mode 100644 index 00000000..850535c7 --- /dev/null +++ b/manifests/forc-node-0.1.5.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.1.5"; + date = "2021-12-27"; + url = "https://github.com/fuellabs/sway"; + rev = "1923f44784e6d450796b10addd447aeb3325d519"; + sha256 = "sha256-X/c/HRNrZu3s/wKU2l9pkuuXpqPFZvqeeziW/9iloK4="; +} diff --git a/manifests/forc-node-0.1.6.nix b/manifests/forc-node-0.1.6.nix new file mode 100644 index 00000000..45297ad8 --- /dev/null +++ b/manifests/forc-node-0.1.6.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.1.6"; + date = "2021-12-28"; + url = "https://github.com/fuellabs/sway"; + rev = "a38a89a042f7ef13ddf67cc7661b37eac96aad8f"; + sha256 = "sha256-6HM7WTQsYaOXSvu8Jr0lh6KDQFpFJI+XybvzU8jFEic="; +} diff --git a/manifests/forc-node-0.1.7.nix b/manifests/forc-node-0.1.7.nix new file mode 100644 index 00000000..5477eb63 --- /dev/null +++ b/manifests/forc-node-0.1.7.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.1.7"; + date = "2021-12-29"; + url = "https://github.com/fuellabs/sway"; + rev = "4038415bf9f681fca220bcf3951230b0e9129ba6"; + sha256 = "sha256-gcKYLveFcyiZtPxGjtk8W9dYCVdVUSsUMTW071WavX0="; +} diff --git a/manifests/forc-node-0.1.8.nix b/manifests/forc-node-0.1.8.nix new file mode 100644 index 00000000..b7ab3fb9 --- /dev/null +++ b/manifests/forc-node-0.1.8.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.1.8"; + date = "2021-12-29"; + url = "https://github.com/fuellabs/sway"; + rev = "6fd0bc0b6ecf22f3b334a0c8da86e776a7e2b87d"; + sha256 = "sha256-2M3FGiWEq++cQIkxECjSHabbVuMTkuvCx0eFIuOSeU0="; +} diff --git a/manifests/forc-node-0.1.9.nix b/manifests/forc-node-0.1.9.nix new file mode 100644 index 00000000..08b71563 --- /dev/null +++ b/manifests/forc-node-0.1.9.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.1.9"; + date = "2021-12-29"; + url = "https://github.com/fuellabs/sway"; + rev = "6fe6354eb96fa9b85c10e89f628bdf7ee525059d"; + sha256 = "sha256-Bwn4w93PqCxMquIz52cWQ3u0xtZCXf5TzkKzQvnV15M="; +} diff --git a/manifests/forc-node-0.10.0.nix b/manifests/forc-node-0.10.0.nix new file mode 100644 index 00000000..e26d1b4a --- /dev/null +++ b/manifests/forc-node-0.10.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.10.0"; + date = "2022-04-11"; + url = "https://github.com/fuellabs/sway"; + rev = "a88ea439c95d9fb2701d6479ce496dc6571e92c2"; + sha256 = "sha256-YdU+xBfyQ6M4UVl/bgp5ba0byVUY7BMwryIZnradFNs="; +} diff --git a/manifests/forc-node-0.10.1.nix b/manifests/forc-node-0.10.1.nix new file mode 100644 index 00000000..4bce95b9 --- /dev/null +++ b/manifests/forc-node-0.10.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.10.1"; + date = "2022-04-11"; + url = "https://github.com/fuellabs/sway"; + rev = "5c85d2b712975669d238233297443557969dec43"; + sha256 = "sha256-8ocDTtJL468H3PpkQu5b9+lZtfjFP3MDK8YE2LtPYy4="; +} diff --git a/manifests/forc-node-0.10.2.nix b/manifests/forc-node-0.10.2.nix new file mode 100644 index 00000000..4a8252bf --- /dev/null +++ b/manifests/forc-node-0.10.2.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.10.2"; + date = "2022-04-18"; + url = "https://github.com/fuellabs/sway"; + rev = "443abbffd520f0f964e837fbc784641741fd7950"; + sha256 = "sha256-qnU5g9Oxusr67zIIei9cAUqT7VVkA2VDXbarM1abOgc="; +} diff --git a/manifests/forc-node-0.10.3.nix b/manifests/forc-node-0.10.3.nix new file mode 100644 index 00000000..c83341b2 --- /dev/null +++ b/manifests/forc-node-0.10.3.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.10.3"; + date = "2022-04-18"; + url = "https://github.com/fuellabs/sway"; + rev = "e7676db6f4ebc7a3885f87514d16a703a99410d7"; + sha256 = "sha256-/pWNhRZm+ev48LgpQhjGWuXG2TLvZSTpPHsZPLHcMiw="; +} diff --git a/manifests/forc-node-0.11.0.nix b/manifests/forc-node-0.11.0.nix new file mode 100644 index 00000000..96823a82 --- /dev/null +++ b/manifests/forc-node-0.11.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.11.0"; + date = "2022-04-26"; + url = "https://github.com/fuellabs/sway"; + rev = "95816e4e41aae1d3425ba6ff5e7266076d8400fa"; + sha256 = "sha256-2XvtFdkQwUVlUVSjQeTUHlEROQ8r1GOcG8uCPM3uDTc="; +} diff --git a/manifests/forc-node-0.12.1.nix b/manifests/forc-node-0.12.1.nix new file mode 100644 index 00000000..c4e29c79 --- /dev/null +++ b/manifests/forc-node-0.12.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.12.1"; + date = "2022-05-04"; + url = "https://github.com/fuellabs/sway"; + rev = "a03a5d1c068a91779e5ce08eead6c4626de2eb0d"; + sha256 = "sha256-nE10IRpnOkNHXfLfYhFhucjJ3JgdPW6AuNneLL14ymI="; +} diff --git a/manifests/forc-node-0.12.2.nix b/manifests/forc-node-0.12.2.nix new file mode 100644 index 00000000..851e9403 --- /dev/null +++ b/manifests/forc-node-0.12.2.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.12.2"; + date = "2022-05-12"; + url = "https://github.com/fuellabs/sway"; + rev = "2b6e9384f06692ec627293ae5db5e2f748fe2c30"; + sha256 = "sha256-HTo5eP8jZP5tzesGGA1i5YUmofsWxFJGKw0oMfvWv0c="; +} diff --git a/manifests/forc-node-0.13.0.nix b/manifests/forc-node-0.13.0.nix new file mode 100644 index 00000000..a28186da --- /dev/null +++ b/manifests/forc-node-0.13.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.13.0"; + date = "2022-05-19"; + url = "https://github.com/fuellabs/sway"; + rev = "6eef7ab750cd3282f08b6014960cbc02afae717a"; + sha256 = "sha256-iT90TBcMgmKTl/2MHR37Vtk7LcOshVMSshlU3BLhAG0="; +} diff --git a/manifests/forc-node-0.13.1.nix b/manifests/forc-node-0.13.1.nix new file mode 100644 index 00000000..d0935c9c --- /dev/null +++ b/manifests/forc-node-0.13.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.13.1"; + date = "2022-05-24"; + url = "https://github.com/fuellabs/sway"; + rev = "d73d9d2b4b547e2035ddfe085d439de56ccee1f0"; + sha256 = "sha256-jbuvLymTQb8g4ERJeu0K24z2OIw8aDlkBPF+YjiUkIE="; +} diff --git a/manifests/forc-node-0.13.2.nix b/manifests/forc-node-0.13.2.nix new file mode 100644 index 00000000..7c32c7a9 --- /dev/null +++ b/manifests/forc-node-0.13.2.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.13.2"; + date = "2022-05-25"; + url = "https://github.com/fuellabs/sway"; + rev = "dac1b96419a6ed46a4c531492ae5e794a270d4a1"; + sha256 = "sha256-LBuJ2ukkK1FosaLcZ10ds8/7ybN1UU/o0d9dRmbG5a4="; +} diff --git a/manifests/forc-node-0.14.0.nix b/manifests/forc-node-0.14.0.nix new file mode 100644 index 00000000..028b3ee6 --- /dev/null +++ b/manifests/forc-node-0.14.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.14.0"; + date = "2022-05-26"; + url = "https://github.com/fuellabs/sway"; + rev = "953dad9cad0defe50ffe04e4031207fd247b63f1"; + sha256 = "sha256-/z+nNctB9t1qLKiemsg+QuV2jBnuYgd0tCe3cEkI1OU="; +} diff --git a/manifests/forc-node-0.14.1.nix b/manifests/forc-node-0.14.1.nix new file mode 100644 index 00000000..9ecbc254 --- /dev/null +++ b/manifests/forc-node-0.14.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.14.1"; + date = "2022-05-26"; + url = "https://github.com/fuellabs/sway"; + rev = "02ef7d10b6bf883d73fc1fd23034dc814dfffea2"; + sha256 = "sha256-8Uh2gbZb1R1llk3h+DeCF3heBO2Ec3nJNqI6hpSTfq8="; +} diff --git a/manifests/forc-node-0.14.2.nix b/manifests/forc-node-0.14.2.nix new file mode 100644 index 00000000..976b7820 --- /dev/null +++ b/manifests/forc-node-0.14.2.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.14.2"; + date = "2022-05-27"; + url = "https://github.com/fuellabs/sway"; + rev = "6fc5c69f29a5aab0b6ca677d9384d0d5eaffb232"; + sha256 = "sha256-JGicorHY6HfSWoZa2nFOnx45qDrnXmORzHOOKHk/6sM="; +} diff --git a/manifests/forc-node-0.14.3.nix b/manifests/forc-node-0.14.3.nix new file mode 100644 index 00000000..45aa85a2 --- /dev/null +++ b/manifests/forc-node-0.14.3.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.14.3"; + date = "2022-05-28"; + url = "https://github.com/fuellabs/sway"; + rev = "17f856bfa0d500e06fff2c470e8e6113533faf97"; + sha256 = "sha256-VfyRHFmz89GT7UP/JCR8lPZY5vxhfxnyyWheQdWSRn0="; +} diff --git a/manifests/forc-node-0.14.4.nix b/manifests/forc-node-0.14.4.nix new file mode 100644 index 00000000..8967ab76 --- /dev/null +++ b/manifests/forc-node-0.14.4.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.14.4"; + date = "2022-05-28"; + url = "https://github.com/fuellabs/sway"; + rev = "b067a7dd64b26bd763eca268fef3849c2c77028d"; + sha256 = "sha256-VJGi0FlI+majMW66lo4Sxyo9NaaO+LgFyg7hHwckD1k="; +} diff --git a/manifests/forc-node-0.14.5.nix b/manifests/forc-node-0.14.5.nix new file mode 100644 index 00000000..cb01af26 --- /dev/null +++ b/manifests/forc-node-0.14.5.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.14.5"; + date = "2022-06-01"; + url = "https://github.com/fuellabs/sway"; + rev = "60c626cf486d5c53c44d84db1ec81cb90174cad3"; + sha256 = "sha256-3zI62Q+jaZYml3PjHn5Xsx635ARfUPsXBpOGDc0QzVM="; +} diff --git a/manifests/forc-node-0.15.0.nix b/manifests/forc-node-0.15.0.nix new file mode 100644 index 00000000..e8f65248 --- /dev/null +++ b/manifests/forc-node-0.15.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.15.0"; + date = "2022-06-06"; + url = "https://github.com/fuellabs/sway"; + rev = "ee7822c411a3d6135ea590bbc5c85527c4ede6d7"; + sha256 = "sha256-7qdjLcxcKCHt+RNrVU9WRK+DUepB0G/5RkScHHWRFJQ="; +} diff --git a/manifests/forc-node-0.15.1.nix b/manifests/forc-node-0.15.1.nix new file mode 100644 index 00000000..88bbca86 --- /dev/null +++ b/manifests/forc-node-0.15.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.15.1"; + date = "2022-06-06"; + url = "https://github.com/fuellabs/sway"; + rev = "a34b4b99fcdd065d559f6cbb9dec0697c3f5edd1"; + sha256 = "sha256-kR1NJqI6fOyDne1zvwIG2M92+dSOn+6Hby+Q4iMJAAQ="; +} diff --git a/manifests/forc-node-0.15.2.nix b/manifests/forc-node-0.15.2.nix new file mode 100644 index 00000000..5b45f5ad --- /dev/null +++ b/manifests/forc-node-0.15.2.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.15.2"; + date = "2022-06-09"; + url = "https://github.com/fuellabs/sway"; + rev = "eab07e48bc6dbd0c80aedc1e363bb63a6d5f0e28"; + sha256 = "sha256-vE29EiJYF4T6FW/1odNJyZOc5HKHR5sC10bASSFcmuc="; +} diff --git a/manifests/forc-node-0.16.0.nix b/manifests/forc-node-0.16.0.nix new file mode 100644 index 00000000..bfa06a12 --- /dev/null +++ b/manifests/forc-node-0.16.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.16.0"; + date = "2022-06-16"; + url = "https://github.com/fuellabs/sway"; + rev = "948f7aba42b4138433fb5b61c698c8f4a60db424"; + sha256 = "sha256-5yPftMl1LJkub2yeGHF1BrLZZSYzg82IYFVpVWG0v48="; +} diff --git a/manifests/forc-node-0.16.1.nix b/manifests/forc-node-0.16.1.nix new file mode 100644 index 00000000..ed0cc001 --- /dev/null +++ b/manifests/forc-node-0.16.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.16.1"; + date = "2022-06-17"; + url = "https://github.com/fuellabs/sway"; + rev = "dcf22453aeb054335d96ef810da9d4f756d869b7"; + sha256 = "sha256-kAZVbgkf7ganCs+sBPL0eMmR3MDCm6s+qL8d1CfHL8U="; +} diff --git a/manifests/forc-node-0.16.2.nix b/manifests/forc-node-0.16.2.nix new file mode 100644 index 00000000..53dba47e --- /dev/null +++ b/manifests/forc-node-0.16.2.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.16.2"; + date = "2022-06-24"; + url = "https://github.com/fuellabs/sway"; + rev = "7920330d34c97cf418b6d0e1561f978068158228"; + sha256 = "sha256-NpCpZYxgJeUcgw5QqnAhzVmEkMrR7cs2Sj6aW6Rm6JU="; +} diff --git a/manifests/forc-node-0.17.0.nix b/manifests/forc-node-0.17.0.nix new file mode 100644 index 00000000..41e75990 --- /dev/null +++ b/manifests/forc-node-0.17.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.17.0"; + date = "2022-07-01"; + url = "https://github.com/fuellabs/sway"; + rev = "b81bcd9652d4fc9908d1971c9215a7cfdde39adc"; + sha256 = "sha256-cOyJXvwyZbZeTLfw9xoAtY1rsHN29VXLkRsEeCZyDmI="; +} diff --git a/manifests/forc-node-0.18.0.nix b/manifests/forc-node-0.18.0.nix new file mode 100644 index 00000000..0d1563cd --- /dev/null +++ b/manifests/forc-node-0.18.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.18.0"; + date = "2022-07-08"; + url = "https://github.com/fuellabs/sway"; + rev = "ada0d294a68e5ca3070e3c46eb89619e7d87caf2"; + sha256 = "sha256-9a39KoLnQ7urf7pBwxFy8B2+SELuhhx6JDZjyZo2rSQ="; +} diff --git a/manifests/forc-node-0.18.1.nix b/manifests/forc-node-0.18.1.nix new file mode 100644 index 00000000..bccd4e8c --- /dev/null +++ b/manifests/forc-node-0.18.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.18.1"; + date = "2022-07-11"; + url = "https://github.com/fuellabs/sway"; + rev = "3bd8eaf4a0f11a3009c9421100cc06c2e897b6c2"; + sha256 = "sha256-WI7srBdT5WAMZ6OfUWAcihZcpxbn/ogfVE3LaoQptcM="; +} diff --git a/manifests/forc-node-0.19.0.nix b/manifests/forc-node-0.19.0.nix new file mode 100644 index 00000000..5643d88e --- /dev/null +++ b/manifests/forc-node-0.19.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.19.0"; + date = "2022-07-27"; + url = "https://github.com/fuellabs/sway"; + rev = "5c716e1ba55d755555ed5aa186c883f73c4f90dc"; + sha256 = "sha256-DKB7ykAHVte8Dt566iNdY6CIkvs06zRxCWT50LoQRBk="; +} diff --git a/manifests/forc-node-0.19.1.nix b/manifests/forc-node-0.19.1.nix new file mode 100644 index 00000000..88cfb1a3 --- /dev/null +++ b/manifests/forc-node-0.19.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.19.1"; + date = "2022-08-01"; + url = "https://github.com/fuellabs/sway"; + rev = "1202e790c119ff9f04c847ecaab3411cfaf32f94"; + sha256 = "sha256-jFtMg6C861fIWZBmX5SbSsvQwPUr+KWQOcQnPDweWUo="; +} diff --git a/manifests/forc-node-0.19.2.nix b/manifests/forc-node-0.19.2.nix new file mode 100644 index 00000000..d25bf4aa --- /dev/null +++ b/manifests/forc-node-0.19.2.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.19.2"; + date = "2022-08-08"; + url = "https://github.com/fuellabs/sway"; + rev = "6808861389966f99887f71476918a562a9edd90e"; + sha256 = "sha256-LL5jMwMvw//bN8SkI5K/tNF+7NKuuOXpcMGezEmrQ4g="; +} diff --git a/manifests/forc-node-0.2.0.nix b/manifests/forc-node-0.2.0.nix new file mode 100644 index 00000000..ec940fc3 --- /dev/null +++ b/manifests/forc-node-0.2.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.2.0"; + date = "2022-01-06"; + url = "https://github.com/fuellabs/sway"; + rev = "38479274e0c50518e20c919682b8173ae4a555d3"; + sha256 = "sha256-48BfRiY2evrKlcz1bXBWoWQgRtkk4jc2r3GZRj28sPo="; +} diff --git a/manifests/forc-node-0.2.1.nix b/manifests/forc-node-0.2.1.nix new file mode 100644 index 00000000..54c050d1 --- /dev/null +++ b/manifests/forc-node-0.2.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.2.1"; + date = "2022-01-07"; + url = "https://github.com/fuellabs/sway"; + rev = "a790fd729b2021f837be924c7b8b21099b9f6c12"; + sha256 = "sha256-TUQQa1uE9JuZzEnXxrOAeBplNkzt9MRWzPjxZdECZg8="; +} diff --git a/manifests/forc-node-0.20.0.nix b/manifests/forc-node-0.20.0.nix new file mode 100644 index 00000000..4e15852b --- /dev/null +++ b/manifests/forc-node-0.20.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.20.0"; + date = "2022-08-18"; + url = "https://github.com/fuellabs/sway"; + rev = "fc3a05d87d1178e937fc5e4742b13fcca490057d"; + sha256 = "sha256-gJaLWboU9LNEn9Xu+0AIveFvG3wCTMH1P95H+DVJCRw="; +} diff --git a/manifests/forc-node-0.20.1.nix b/manifests/forc-node-0.20.1.nix new file mode 100644 index 00000000..c468a634 --- /dev/null +++ b/manifests/forc-node-0.20.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.20.1"; + date = "2022-08-18"; + url = "https://github.com/fuellabs/sway"; + rev = "21887f4b321bfacb16c7a6602071e3b6ea1c8df1"; + sha256 = "sha256-mO7vojv7gEfBJaEmBW2uQTo1ecLNoTL6E1o1d68saBQ="; +} diff --git a/manifests/forc-node-0.20.2.nix b/manifests/forc-node-0.20.2.nix new file mode 100644 index 00000000..820db2c2 --- /dev/null +++ b/manifests/forc-node-0.20.2.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.20.2"; + date = "2022-08-18"; + url = "https://github.com/fuellabs/sway"; + rev = "6a8116fcee71aa960217b1672bac0c35d1fce42c"; + sha256 = "sha256-JfjHda4vRGPiZ2EhJbGMzpSJ24bFFS3WlPxtXmI3mno="; +} diff --git a/manifests/forc-node-0.21.0.nix b/manifests/forc-node-0.21.0.nix new file mode 100644 index 00000000..b806e927 --- /dev/null +++ b/manifests/forc-node-0.21.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.21.0"; + date = "2022-08-29"; + url = "https://github.com/fuellabs/sway"; + rev = "32b5b142b54d3d38ae1f7df69f465138e86de82d"; + sha256 = "sha256-joWJifoFBzzK9FdhQwyYwVuDU4/8hQzmrUgD7+2BSJY="; +} diff --git a/manifests/forc-node-0.22.0.nix b/manifests/forc-node-0.22.0.nix new file mode 100644 index 00000000..18dd506a --- /dev/null +++ b/manifests/forc-node-0.22.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.22.0"; + date = "2022-08-31"; + url = "https://github.com/fuellabs/sway"; + rev = "6e1fbca21f0979d226efd7ceea5b6d71696536cd"; + sha256 = "sha256-cK7YReHEq3Z/wVV6bxTohdHI9c2zSz53Sej8GCWSIrI="; +} diff --git a/manifests/forc-node-0.22.1.nix b/manifests/forc-node-0.22.1.nix new file mode 100644 index 00000000..1e8ee679 --- /dev/null +++ b/manifests/forc-node-0.22.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.22.1"; + date = "2022-08-31"; + url = "https://github.com/fuellabs/sway"; + rev = "c486eabc3ed4d8c53b63735188f2c1db5d17703c"; + sha256 = "sha256-fChGs4bPxg82noIJooec6Tk908T8BrDUWH6YQNvAuhg="; +} diff --git a/manifests/forc-node-0.23.0.nix b/manifests/forc-node-0.23.0.nix new file mode 100644 index 00000000..747a1cf2 --- /dev/null +++ b/manifests/forc-node-0.23.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.23.0"; + date = "2022-09-03"; + url = "https://github.com/fuellabs/sway"; + rev = "4712e5b26c6c0f778d7771ef1b35a229fe3a371d"; + sha256 = "sha256-ZdH69u5DOe/fjARXWpJe0J21K/rVL4YJD5/qHQdlr50="; +} diff --git a/manifests/forc-node-0.24.0.nix b/manifests/forc-node-0.24.0.nix new file mode 100644 index 00000000..2639464e --- /dev/null +++ b/manifests/forc-node-0.24.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.24.0"; + date = "2022-09-06"; + url = "https://github.com/fuellabs/sway"; + rev = "ea4f1b7885248c2b4c4d0da394c2cc50ea1583e8"; + sha256 = "sha256-2DwlfRw+aw9g4E2wPeomlGH/qe6O0kKha3Vu3+HY4AI="; +} diff --git a/manifests/forc-node-0.24.1.nix b/manifests/forc-node-0.24.1.nix new file mode 100644 index 00000000..d32802d1 --- /dev/null +++ b/manifests/forc-node-0.24.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.24.1"; + date = "2022-09-07"; + url = "https://github.com/fuellabs/sway"; + rev = "54e1a340e6c0c9a675e8a66aab03f579d5d6b39b"; + sha256 = "sha256-t/VFaYCANGY5CM2FFrLhNiBB5eAL/CFCZvIzigr3d1I="; +} diff --git a/manifests/forc-node-0.24.2.nix b/manifests/forc-node-0.24.2.nix new file mode 100644 index 00000000..394d09db --- /dev/null +++ b/manifests/forc-node-0.24.2.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.24.2"; + date = "2022-09-09"; + url = "https://github.com/fuellabs/sway"; + rev = "057e83aee87d17c3812f223f5fc7884cf6d3468a"; + sha256 = "sha256-XQePJ7tvPqjAAnqdpavkUxuCtH8MmaiXSDrhIUpjVQo="; +} diff --git a/manifests/forc-node-0.24.3.nix b/manifests/forc-node-0.24.3.nix new file mode 100644 index 00000000..aeae8c4f --- /dev/null +++ b/manifests/forc-node-0.24.3.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.24.3"; + date = "2022-09-12"; + url = "https://github.com/fuellabs/sway"; + rev = "95cd150cacef407a1f30c89899c539b0d57f099d"; + sha256 = "sha256-oWQpD2HohdjQ0lcnOjipT0oTIX68KnoWy13FeXYKi7E="; +} diff --git a/manifests/forc-node-0.24.4.nix b/manifests/forc-node-0.24.4.nix new file mode 100644 index 00000000..5e7efd38 --- /dev/null +++ b/manifests/forc-node-0.24.4.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.24.4"; + date = "2022-09-16"; + url = "https://github.com/fuellabs/sway"; + rev = "f7800e18979dd8e4c8d672b8e7aae1758c2edb88"; + sha256 = "sha256-jRqUQv7nsv0xq+CNrEYCnt0yfiVycTUF3eYOMt/DCdQ="; +} diff --git a/manifests/forc-node-0.24.5.nix b/manifests/forc-node-0.24.5.nix new file mode 100644 index 00000000..a6a96b7c --- /dev/null +++ b/manifests/forc-node-0.24.5.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.24.5"; + date = "2022-09-24"; + url = "https://github.com/fuellabs/sway"; + rev = "e695606d8884a18664f6231681333a784e623bc9"; + sha256 = "sha256-gsLMsR+sFj3tvE86JvKzj95aMp1o9ERBkTskr+ejUhM="; +} diff --git a/manifests/forc-node-0.25.0.nix b/manifests/forc-node-0.25.0.nix new file mode 100644 index 00000000..0ad61407 --- /dev/null +++ b/manifests/forc-node-0.25.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.25.0"; + date = "2022-10-05"; + url = "https://github.com/fuellabs/sway"; + rev = "0f84734f6f95a8598d701b087e486caacf23f514"; + sha256 = "sha256-tXUEiGKpq7H5nSUICGlUeUJtDnKjwDpBvzl5d3jd8OE="; +} diff --git a/manifests/forc-node-0.25.1.nix b/manifests/forc-node-0.25.1.nix new file mode 100644 index 00000000..17729210 --- /dev/null +++ b/manifests/forc-node-0.25.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.25.1"; + date = "2022-10-06"; + url = "https://github.com/fuellabs/sway"; + rev = "cc9740bea1438cdde7f15fa0d0c2eba705b6aef1"; + sha256 = "sha256-YeTt1+D8e3VnqBmn5VWa/NUlDEOzf8zxeuYh5QXBEVM="; +} diff --git a/manifests/forc-node-0.25.2.nix b/manifests/forc-node-0.25.2.nix new file mode 100644 index 00000000..1dba3c76 --- /dev/null +++ b/manifests/forc-node-0.25.2.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.25.2"; + date = "2022-10-07"; + url = "https://github.com/fuellabs/sway"; + rev = "dfa6224932a97c514b707dcfc300715b2a0895dc"; + sha256 = "sha256-rZrjzlGIdv1ul2xb94YkkUqXWEbACFQKXirpa/uuITs="; +} diff --git a/manifests/forc-node-0.26.0.nix b/manifests/forc-node-0.26.0.nix new file mode 100644 index 00000000..8ee69dff --- /dev/null +++ b/manifests/forc-node-0.26.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.26.0"; + date = "2022-10-13"; + url = "https://github.com/fuellabs/sway"; + rev = "e7674f704f2706e22f77c0ed32df9c89302e5e7e"; + sha256 = "sha256-S7jlje5wd2RiO4+IDjoWUiN19h21DK1sUWlziwxb+3I="; +} diff --git a/manifests/forc-node-0.27.0.nix b/manifests/forc-node-0.27.0.nix new file mode 100644 index 00000000..fe3dc4b7 --- /dev/null +++ b/manifests/forc-node-0.27.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.27.0"; + date = "2022-10-23"; + url = "https://github.com/fuellabs/sway"; + rev = "40f1e79de08af109f2ebb066f51704f36094ed1e"; + sha256 = "sha256-qIso6YBCs4HKu1fAqM0fgq0vcaOqgGeZ2CY0ZLjTm+o="; +} diff --git a/manifests/forc-node-0.28.0.nix b/manifests/forc-node-0.28.0.nix new file mode 100644 index 00000000..c4eb55ca --- /dev/null +++ b/manifests/forc-node-0.28.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.28.0"; + date = "2022-10-25"; + url = "https://github.com/fuellabs/sway"; + rev = "a7978381effcf999adc5726587bf8f711f04e414"; + sha256 = "sha256-3xqbdGXjWIfdZV7po64bp+N79MGfEkL0fRyKcel0A2s="; +} diff --git a/manifests/forc-node-0.28.1.nix b/manifests/forc-node-0.28.1.nix new file mode 100644 index 00000000..407997a7 --- /dev/null +++ b/manifests/forc-node-0.28.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.28.1"; + date = "2022-10-25"; + url = "https://github.com/fuellabs/sway"; + rev = "84f9aad376760cd9c8eacc8a4848bffeb25bf9a5"; + sha256 = "sha256-S5sB6ahI7P2Qv4Rh3GTE7lkYcEAbp1znpW/hlkyuh9U="; +} diff --git a/manifests/forc-node-0.29.0.nix b/manifests/forc-node-0.29.0.nix new file mode 100644 index 00000000..1407f0bc --- /dev/null +++ b/manifests/forc-node-0.29.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.29.0"; + date = "2022-10-31"; + url = "https://github.com/fuellabs/sway"; + rev = "dc8e5f6b84741a3a690ba25b473f8b1e01e31103"; + sha256 = "sha256-HVGhxE8PgPcCok8BE7ESmlbC3RHAOT6QtdhB0W60D6g="; +} diff --git a/manifests/forc-node-0.3.0.nix b/manifests/forc-node-0.3.0.nix new file mode 100644 index 00000000..df47c9b5 --- /dev/null +++ b/manifests/forc-node-0.3.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.3.0"; + date = "2022-01-18"; + url = "https://github.com/fuellabs/sway"; + rev = "b81eee7d23af71958ba1a3276855949277902a57"; + sha256 = "sha256-25ZOELcJchuJapvGZFigzsl3BPEUW/R3f5NhvoXBKeE="; +} diff --git a/manifests/forc-node-0.3.1.nix b/manifests/forc-node-0.3.1.nix new file mode 100644 index 00000000..681e56a3 --- /dev/null +++ b/manifests/forc-node-0.3.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.3.1"; + date = "2022-01-23"; + url = "https://github.com/fuellabs/sway"; + rev = "d9b5a1103a1f37672d6f09c8dae34b813872d44b"; + sha256 = "sha256-eYVjjBkg6Gxc7mKMl7oaK3Ws2XVDHWAt+z3WIjGM3Xs="; +} diff --git a/manifests/forc-node-0.3.2.nix b/manifests/forc-node-0.3.2.nix new file mode 100644 index 00000000..e37d78f2 --- /dev/null +++ b/manifests/forc-node-0.3.2.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.3.2"; + date = "2022-01-27"; + url = "https://github.com/fuellabs/sway"; + rev = "3012191420362e9ba1df0324b2a9e80eeded7e1d"; + sha256 = "sha256-5AirUGidtaNFfVf4uSutfrEvs2wd/ROiDyudYHb2EWQ="; +} diff --git a/manifests/forc-node-0.3.3.nix b/manifests/forc-node-0.3.3.nix new file mode 100644 index 00000000..0c505c65 --- /dev/null +++ b/manifests/forc-node-0.3.3.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.3.3"; + date = "2022-01-27"; + url = "https://github.com/fuellabs/sway"; + rev = "441ab123839f2eb4f5dd1b055fdbe5a5b26a6736"; + sha256 = "sha256-QI8nqWfKr+/yGP96NnNdpKGwHHzA6UxEyQvjwQLgcSU="; +} diff --git a/manifests/forc-node-0.30.0.nix b/manifests/forc-node-0.30.0.nix new file mode 100644 index 00000000..848dd152 --- /dev/null +++ b/manifests/forc-node-0.30.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.30.0"; + date = "2022-11-02"; + url = "https://github.com/fuellabs/sway"; + rev = "37deaee8fccf5804d78a003cf64f14fac654fc41"; + sha256 = "sha256-BIVBDX3i2ym6d/90AuK/I/ATtJqUFZS9OdltCdBtqI0="; +} diff --git a/manifests/forc-node-0.30.1.nix b/manifests/forc-node-0.30.1.nix new file mode 100644 index 00000000..e1664cd8 --- /dev/null +++ b/manifests/forc-node-0.30.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.30.1"; + date = "2022-11-04"; + url = "https://github.com/fuellabs/sway"; + rev = "158f22115bf000d45862be95ff7fdb0ff5bdee4d"; + sha256 = "sha256-m0y1Zy0iyWCuyqfMhYGQ2myb4zhcZHqLRZIk4ZWZ338="; +} diff --git a/manifests/forc-node-0.31.0.nix b/manifests/forc-node-0.31.0.nix new file mode 100644 index 00000000..86fd3c31 --- /dev/null +++ b/manifests/forc-node-0.31.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.31.0"; + date = "2022-11-09"; + url = "https://github.com/fuellabs/sway"; + rev = "7a389ddb35bae051938e5441c8ef4a8b63dd269c"; + sha256 = "sha256-fRGQtZxDPD0sPfpt6xKYOaR9Ty1NDqR8El6rRIuU83M="; +} diff --git a/manifests/forc-node-0.31.1.nix b/manifests/forc-node-0.31.1.nix new file mode 100644 index 00000000..06956786 --- /dev/null +++ b/manifests/forc-node-0.31.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.31.1"; + date = "2022-11-11"; + url = "https://github.com/fuellabs/sway"; + rev = "c32b0759d25c0b515cbf535f9fb9b8e6fda38ff2"; + sha256 = "sha256-5GlH4fTix4r+b66tsE1vx/iyJCsNPnWjfuY7Iu36234="; +} diff --git a/manifests/forc-node-0.31.2.nix b/manifests/forc-node-0.31.2.nix new file mode 100644 index 00000000..68a40971 --- /dev/null +++ b/manifests/forc-node-0.31.2.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.31.2"; + date = "2022-11-29"; + url = "https://github.com/fuellabs/sway"; + rev = "12239f7d57441a75b0979f2f34d5151a777a5c0a"; + sha256 = "sha256-9qHs1OatcgPBSLToDkCvTfTXxeAOTjrM1jABQZxqUaI="; +} diff --git a/manifests/forc-node-0.31.3.nix b/manifests/forc-node-0.31.3.nix new file mode 100644 index 00000000..2e910050 --- /dev/null +++ b/manifests/forc-node-0.31.3.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.31.3"; + date = "2022-11-30"; + url = "https://github.com/fuellabs/sway"; + rev = "12ad8423811d566972dd75fbb954cdb95afde8d8"; + sha256 = "sha256-vsRRV7NAxSQw+NlZr7dUe2g0Hd8LSjkyXxDiygVfb54="; +} diff --git a/manifests/forc-node-0.32.0.nix b/manifests/forc-node-0.32.0.nix new file mode 100644 index 00000000..5147b42c --- /dev/null +++ b/manifests/forc-node-0.32.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.32.0"; + date = "2022-12-14"; + url = "https://github.com/fuellabs/sway"; + rev = "ed1610a2f6bce5fba39ec53fe7da1ba2f05da4ce"; + sha256 = "sha256-ZteML6BecCLkj7w5fVJcRVxRYpZocpgNXuNRjDszEYc="; +} diff --git a/manifests/forc-node-0.32.1.nix b/manifests/forc-node-0.32.1.nix new file mode 100644 index 00000000..534bef4c --- /dev/null +++ b/manifests/forc-node-0.32.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.32.1"; + date = "2022-12-14"; + url = "https://github.com/fuellabs/sway"; + rev = "50c1b6c858c044acf88760cb7eb1b39d076f322d"; + sha256 = "sha256-GnF8eHwhcCC0Yr73jNVjyZUh1lOU9YmFslFzeZnSqHo="; +} diff --git a/manifests/forc-node-0.32.2.nix b/manifests/forc-node-0.32.2.nix new file mode 100644 index 00000000..4d1b63f9 --- /dev/null +++ b/manifests/forc-node-0.32.2.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.32.2"; + date = "2022-12-15"; + url = "https://github.com/fuellabs/sway"; + rev = "b9996f13463c324e256014935c053c334b880ab5"; + sha256 = "sha256-ZCAsObQ50XJnsc64XFB/6ia8fjX3vi4rHug6FuC2ySc="; +} diff --git a/manifests/forc-node-0.33.0.nix b/manifests/forc-node-0.33.0.nix new file mode 100644 index 00000000..52de3e51 --- /dev/null +++ b/manifests/forc-node-0.33.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.33.0"; + date = "2023-01-05"; + url = "https://github.com/fuellabs/sway"; + rev = "2b2b4b117c4f6a5e762e368af0dfc6896fa31e7d"; + sha256 = "sha256-K/RT9WFv1uGpBbwckvhcvXPdEnNjluSd2f7CNdjeGhQ="; +} diff --git a/manifests/forc-node-0.33.1.nix b/manifests/forc-node-0.33.1.nix new file mode 100644 index 00000000..8d67f0af --- /dev/null +++ b/manifests/forc-node-0.33.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.33.1"; + date = "2023-01-18"; + url = "https://github.com/fuellabs/sway"; + rev = "acd4c1e0fbdc406800a06c845430a80dd3560fcc"; + sha256 = "sha256-00KVxZUcyCrE4RT2WrmHtxFFFyxLuiD6nJV9PoDzHng="; +} diff --git a/manifests/forc-node-0.34.0.nix b/manifests/forc-node-0.34.0.nix new file mode 100644 index 00000000..770ca4d8 --- /dev/null +++ b/manifests/forc-node-0.34.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.34.0"; + date = "2023-02-01"; + url = "https://github.com/fuellabs/sway"; + rev = "ddb0ede05e649489b554da4f7a8003b507443ad0"; + sha256 = "sha256-LI/cJybVpg/cpY6vD5YdmlAJkPc0q9hIeGlE4j+YfAc="; +} diff --git a/manifests/forc-node-0.35.0.nix b/manifests/forc-node-0.35.0.nix new file mode 100644 index 00000000..db38604e --- /dev/null +++ b/manifests/forc-node-0.35.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.35.0"; + date = "2023-02-08"; + url = "https://github.com/fuellabs/sway"; + rev = "b6f19a3be7b2fb5ef88e358a926854dac10cb281"; + sha256 = "sha256-gXmI2j0z7OP3iXMT8F7HNH4Gvei6aFxluYRgbiyU7fo="; +} diff --git a/manifests/forc-node-0.35.1.nix b/manifests/forc-node-0.35.1.nix new file mode 100644 index 00000000..534fb052 --- /dev/null +++ b/manifests/forc-node-0.35.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.35.1"; + date = "2023-02-15"; + url = "https://github.com/fuellabs/sway"; + rev = "1f9debfaf9b85d41f3b704c45633eb4daddcb594"; + sha256 = "sha256-dcPtllP66f7J5YVqY+T9gj9DvOZX1fvZb2EOCi3DsRM="; +} diff --git a/manifests/forc-node-0.35.2.nix b/manifests/forc-node-0.35.2.nix new file mode 100644 index 00000000..4eed7e53 --- /dev/null +++ b/manifests/forc-node-0.35.2.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.35.2"; + date = "2023-02-17"; + url = "https://github.com/fuellabs/sway"; + rev = "f05ecaf2de1ebe3b3da80ecd8eb6053a84145cf4"; + sha256 = "sha256-FArhyYdJxGWDkJ0gpVufzbMfsQ4ZHiPqQu/9W3mUWco="; +} diff --git a/manifests/forc-node-0.35.3.nix b/manifests/forc-node-0.35.3.nix new file mode 100644 index 00000000..2409ae60 --- /dev/null +++ b/manifests/forc-node-0.35.3.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.35.3"; + date = "2023-02-21"; + url = "https://github.com/fuellabs/sway"; + rev = "5d2b10bd83791d2eaff04206dbd45bfdd9cf23ff"; + sha256 = "sha256-hHQRdaQR3Qs05VfLc0nJD3lFldGuYTT6XQbszplA3vA="; +} diff --git a/manifests/forc-node-0.35.4.nix b/manifests/forc-node-0.35.4.nix new file mode 100644 index 00000000..063d7c89 --- /dev/null +++ b/manifests/forc-node-0.35.4.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.35.4"; + date = "2023-03-07"; + url = "https://github.com/fuellabs/sway"; + rev = "3770dd8c21540e54dee818aa5cbc0a6170102695"; + sha256 = "sha256-8e10JdvWKDarXNFk5Oyc1I3+5s108M2ck/yLTIlVI5I="; +} diff --git a/manifests/forc-node-0.35.5.nix b/manifests/forc-node-0.35.5.nix new file mode 100644 index 00000000..08df36da --- /dev/null +++ b/manifests/forc-node-0.35.5.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.35.5"; + date = "2023-03-08"; + url = "https://github.com/fuellabs/sway"; + rev = "49eae2dd93a1957e2a2c2fb3f51b11eb3791fc24"; + sha256 = "sha256-RibkxvZno7nLScV14AwnndbzJ29IWTSFQ/xB4PmO5ZE="; +} diff --git a/manifests/forc-node-0.36.0.nix b/manifests/forc-node-0.36.0.nix new file mode 100644 index 00000000..442e06ff --- /dev/null +++ b/manifests/forc-node-0.36.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.36.0"; + date = "2023-04-04"; + url = "https://github.com/fuellabs/sway"; + rev = "77f575ab7921fdb23d5373072272512264bd99f4"; + sha256 = "sha256-GeQ643/pJahTBmGTtIUl34QH4UCYvfeeQuFXKnlN2Ng="; +} diff --git a/manifests/forc-node-0.36.1.nix b/manifests/forc-node-0.36.1.nix new file mode 100644 index 00000000..f4220b84 --- /dev/null +++ b/manifests/forc-node-0.36.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.36.1"; + date = "2023-04-05"; + url = "https://github.com/fuellabs/sway"; + rev = "92818a4d5ec89b5d4fb62196261cf578d58e52e3"; + sha256 = "sha256-F+qUImoSCv8H90IOpmtdIYSmNdLZivkN/Nm7W3oUdM4="; +} diff --git a/manifests/forc-node-0.37.0.nix b/manifests/forc-node-0.37.0.nix new file mode 100644 index 00000000..c905d070 --- /dev/null +++ b/manifests/forc-node-0.37.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.37.0"; + date = "2023-04-05"; + url = "https://github.com/fuellabs/sway"; + rev = "607ac50176db8bef936f91bacf435d0ea37d041e"; + sha256 = "sha256-+FrktHUq2mX2u4fl4C9hLrV8fQ9DrSSbpf5umSMHQNw="; +} diff --git a/manifests/forc-node-0.37.1.nix b/manifests/forc-node-0.37.1.nix new file mode 100644 index 00000000..3d9c0b84 --- /dev/null +++ b/manifests/forc-node-0.37.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.37.1"; + date = "2023-04-13"; + url = "https://github.com/fuellabs/sway"; + rev = "83e5479462ed2883591669a42552606ac25f0a04"; + sha256 = "sha256-fR9E77G2Vc+StVZ/whmnan2/hWZFKPjoRJsJHV2MI5k="; +} diff --git a/manifests/forc-node-0.37.2.nix b/manifests/forc-node-0.37.2.nix new file mode 100644 index 00000000..b6dc60c3 --- /dev/null +++ b/manifests/forc-node-0.37.2.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.37.2"; + date = "2023-04-24"; + url = "https://github.com/fuellabs/sway"; + rev = "dc6af913939698452359474c33ecebe0ad35ca48"; + sha256 = "sha256-DA3ryR//UYhbX8nSWiA+UL23TyejhfMzTbmFhDte/OY="; +} diff --git a/manifests/forc-node-0.37.3.nix b/manifests/forc-node-0.37.3.nix new file mode 100644 index 00000000..0e68bd9d --- /dev/null +++ b/manifests/forc-node-0.37.3.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.37.3"; + date = "2023-04-25"; + url = "https://github.com/fuellabs/sway"; + rev = "d09ef912828f5fc7193501ccf8a0d0fb0f36a821"; + sha256 = "sha256-+s9bBrFC5Mun+FwaYS28Wn9nPyxaACAfiW0tuKRPQvg="; +} diff --git a/manifests/forc-node-0.38.0.nix b/manifests/forc-node-0.38.0.nix new file mode 100644 index 00000000..2994d404 --- /dev/null +++ b/manifests/forc-node-0.38.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.38.0"; + date = "2023-04-25"; + url = "https://github.com/fuellabs/sway"; + rev = "2d16d70ab9d5ab0de0255941048f811b6d07c6b1"; + sha256 = "sha256-xweooodyzG11dWyrrP3MZ6e0vSnkk20svbgbIXkBolw="; +} diff --git a/manifests/forc-node-0.39.0.nix b/manifests/forc-node-0.39.0.nix new file mode 100644 index 00000000..678e34df --- /dev/null +++ b/manifests/forc-node-0.39.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.39.0"; + date = "2023-05-17"; + url = "https://github.com/fuellabs/sway"; + rev = "7a095280e7e1c0bfbbfc201867896e720aab7209"; + sha256 = "sha256-zUzS+IKW2eNbd3L0lArS4BqJ1bkecnxDN62tCIIvYb8="; +} diff --git a/manifests/forc-node-0.39.1.nix b/manifests/forc-node-0.39.1.nix new file mode 100644 index 00000000..f4e39748 --- /dev/null +++ b/manifests/forc-node-0.39.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.39.1"; + date = "2023-05-24"; + url = "https://github.com/fuellabs/sway"; + rev = "e3065657c907225a8fdfe2d2210a7a3bd2b55c73"; + sha256 = "sha256-ytLjZOrHW8XkqzwVRoTPNrzozDF1jmYxxKGVxGqS2G4="; +} diff --git a/manifests/forc-node-0.4.0.nix b/manifests/forc-node-0.4.0.nix new file mode 100644 index 00000000..da72fddb --- /dev/null +++ b/manifests/forc-node-0.4.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.4.0"; + date = "2022-02-08"; + url = "https://github.com/fuellabs/sway"; + rev = "6332f9ad955e1f8e744cc87e07d028092874e0d5"; + sha256 = "sha256-lDyAgfNC5ezqptxuM7lycuVEofI5W62hzY011MzXUt8="; +} diff --git a/manifests/forc-node-0.40.0.nix b/manifests/forc-node-0.40.0.nix new file mode 100644 index 00000000..800a9ab5 --- /dev/null +++ b/manifests/forc-node-0.40.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.40.0"; + date = "2023-05-31"; + url = "https://github.com/fuellabs/sway"; + rev = "164c7c8bea3ce264581058d4165df71ee761e0b3"; + sha256 = "sha256-J3csh7R4IydBXmq3cY/hbHlVWiXcfhkDA9XLSH8PD58="; +} diff --git a/manifests/forc-node-0.40.1.nix b/manifests/forc-node-0.40.1.nix new file mode 100644 index 00000000..7c6aab82 --- /dev/null +++ b/manifests/forc-node-0.40.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.40.1"; + date = "2023-05-31"; + url = "https://github.com/fuellabs/sway"; + rev = "48104d0bde0d343154a5bc39a310092532883235"; + sha256 = "sha256-6qGMJ5W+/b9ZW+IBgvK0FXmDYWk5Yalund1mgb50yPg="; +} diff --git a/manifests/forc-node-0.41.0.nix b/manifests/forc-node-0.41.0.nix new file mode 100644 index 00000000..7c547bc9 --- /dev/null +++ b/manifests/forc-node-0.41.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.41.0"; + date = "2023-06-30"; + url = "https://github.com/fuellabs/sway"; + rev = "0d45b890c9eaa75b88093a9a4cbecbf5ca8c0731"; + sha256 = "sha256-G9KOf1V44mXHMoqhWHUu68NOywE1pcOIhV1eB2DU44g="; +} diff --git a/manifests/forc-node-0.42.0.nix b/manifests/forc-node-0.42.0.nix new file mode 100644 index 00000000..b3bb5f96 --- /dev/null +++ b/manifests/forc-node-0.42.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.42.0"; + date = "2023-07-06"; + url = "https://github.com/fuellabs/sway"; + rev = "c4e4ef7e4ae52a21ae1aa709d1f43ac680987bd1"; + sha256 = "sha256-6kSeffKJqJCA4jpfFSDFOpu/d15qeh4lk/CYp/qd148="; +} diff --git a/manifests/forc-node-0.42.1.nix b/manifests/forc-node-0.42.1.nix new file mode 100644 index 00000000..a7075596 --- /dev/null +++ b/manifests/forc-node-0.42.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.42.1"; + date = "2023-07-07"; + url = "https://github.com/fuellabs/sway"; + rev = "3b66f8e424bd21e3ba467783b10b36e808cfa6ee"; + sha256 = "sha256-lFBConaiCIcElcN35eZH8WW+opGc2bur+UZkw8wPtTw="; +} diff --git a/manifests/forc-node-0.43.0.nix b/manifests/forc-node-0.43.0.nix new file mode 100644 index 00000000..f3e523e2 --- /dev/null +++ b/manifests/forc-node-0.43.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.43.0"; + date = "2023-08-02"; + url = "https://github.com/fuellabs/sway"; + rev = "3efc60e22b4a7b6898b2cb0c678a36fccbe1b9c9"; + sha256 = "sha256-V56LmioCJyq50586GqeveEj79Yd1j859BbYW6yJAuow="; +} diff --git a/manifests/forc-node-0.43.1.nix b/manifests/forc-node-0.43.1.nix new file mode 100644 index 00000000..145162d2 --- /dev/null +++ b/manifests/forc-node-0.43.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.43.1"; + date = "2023-08-03"; + url = "https://github.com/fuellabs/sway"; + rev = "923157bcf1dbda7f3a58effcef22fcccd11fcfbc"; + sha256 = "sha256-/Tr9oexI8EyIQdp45VvaHGGlRc5jyK4B0a/8mUrflnI="; +} diff --git a/manifests/forc-node-0.43.2.nix b/manifests/forc-node-0.43.2.nix new file mode 100644 index 00000000..c9af6931 --- /dev/null +++ b/manifests/forc-node-0.43.2.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.43.2"; + date = "2023-08-03"; + url = "https://github.com/fuellabs/sway"; + rev = "d8cf6118405164359fdf420c95cd07342e0eca8b"; + sha256 = "sha256-g4u8pGUaxRAZ+t3qo5NamSciWDSeQIKZIORvAUcAFuI="; +} diff --git a/manifests/forc-node-0.44.0.nix b/manifests/forc-node-0.44.0.nix new file mode 100644 index 00000000..5e0f854f --- /dev/null +++ b/manifests/forc-node-0.44.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.44.0"; + date = "2023-08-14"; + url = "https://github.com/fuellabs/sway"; + rev = "241d30f7cde5cdd1f378eb2bc1daae945f329d0c"; + sha256 = "sha256-xYpxwBARtWVgLm9yN50/5olOJ8smGCPYZY8kVbrxXuI="; +} diff --git a/manifests/forc-node-0.44.1.nix b/manifests/forc-node-0.44.1.nix new file mode 100644 index 00000000..99996ee6 --- /dev/null +++ b/manifests/forc-node-0.44.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.44.1"; + date = "2023-08-16"; + url = "https://github.com/fuellabs/sway"; + rev = "04a597093e7441898933dd412b8e4dc6ac860cd3"; + sha256 = "sha256-Up8C2e27cM8UYr52jhxA84tNz0CeFpLepH7A/l025v4="; +} diff --git a/manifests/forc-node-0.45.0.nix b/manifests/forc-node-0.45.0.nix new file mode 100644 index 00000000..c518e031 --- /dev/null +++ b/manifests/forc-node-0.45.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.45.0"; + date = "2023-08-25"; + url = "https://github.com/fuellabs/sway"; + rev = "92dc9f361a9508a940c0d0708130f26fa044f6b3"; + sha256 = "sha256-NUuym7X6HslAVjdq7kPTidzuXlGth+YPY2LBuiokIkw="; +} diff --git a/manifests/forc-node-0.46.0.nix b/manifests/forc-node-0.46.0.nix new file mode 100644 index 00000000..43e051bb --- /dev/null +++ b/manifests/forc-node-0.46.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.46.0"; + date = "2023-09-14"; + url = "https://github.com/fuellabs/sway"; + rev = "e75f14b03636bc96751a6760304a1a6d3eb5937d"; + sha256 = "sha256-mTqo8B7XUbherC9XBpDtlEtjewCxEzn6yC2kmiCFjVI="; +} diff --git a/manifests/forc-node-0.46.1.nix b/manifests/forc-node-0.46.1.nix new file mode 100644 index 00000000..554f4cf9 --- /dev/null +++ b/manifests/forc-node-0.46.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.46.1"; + date = "2023-09-28"; + url = "https://github.com/fuellabs/sway"; + rev = "512a3386f8961185188302f391ccc96553d23a7a"; + sha256 = "sha256-pqoyYzUCeyBL0dy0uCSqaMxcR+yqu7ZBUNIMuyQy0EY="; +} diff --git a/manifests/forc-node-0.47.0.nix b/manifests/forc-node-0.47.0.nix new file mode 100644 index 00000000..c1f7ee22 --- /dev/null +++ b/manifests/forc-node-0.47.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.47.0"; + date = "2023-11-06"; + url = "https://github.com/fuellabs/sway"; + rev = "34265301c6037d51444899a99df1cfc563df6016"; + sha256 = "sha256-lsYDHU3In4tSL8nof1iA+dXemVMP3v56kDJJ+/Tj79A="; +} diff --git a/manifests/forc-node-0.48.0.nix b/manifests/forc-node-0.48.0.nix new file mode 100644 index 00000000..a88aaeb1 --- /dev/null +++ b/manifests/forc-node-0.48.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.48.0"; + date = "2023-12-06"; + url = "https://github.com/fuellabs/sway"; + rev = "e451140ce0a804e00de7936d2f569f1df3ec7b21"; + sha256 = "sha256-gSkH4a213nmk3Tt7UeTBpViLiQnJetVJYekMi/hJEWI="; +} diff --git a/manifests/forc-node-0.48.1.nix b/manifests/forc-node-0.48.1.nix new file mode 100644 index 00000000..e69cd678 --- /dev/null +++ b/manifests/forc-node-0.48.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.48.1"; + date = "2023-12-06"; + url = "https://github.com/fuellabs/sway"; + rev = "6886ef050ce62afd3fe3186ed562fd33bd76bffa"; + sha256 = "sha256-qVwtmDqAut7C0Cx0fngAxXpDOIsMV20xx0Hl8cDw4Dg="; +} diff --git a/manifests/forc-node-0.49.0.nix b/manifests/forc-node-0.49.0.nix new file mode 100644 index 00000000..abc48a25 --- /dev/null +++ b/manifests/forc-node-0.49.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.49.0"; + date = "2024-01-18"; + url = "https://github.com/fuellabs/sway"; + rev = "a17fbf3e7d8dc9845458260c343b4d8f006f3633"; + sha256 = "sha256-kNy0O+DO9Xnlv41+gTzELqTaKfaYTkghy+wsLFiHm0Q="; +} diff --git a/manifests/forc-node-0.49.1.nix b/manifests/forc-node-0.49.1.nix new file mode 100644 index 00000000..8630464c --- /dev/null +++ b/manifests/forc-node-0.49.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.49.1"; + date = "2024-01-19"; + url = "https://github.com/fuellabs/sway"; + rev = "2ac7030570f22510b0ac2a7b5ddf7baa20bdc0e1"; + sha256 = "sha256-XPcInwiDCSlwOt5VMYEH3g3hY/o9VvHVvL1q25x2Fkg="; +} diff --git a/manifests/forc-node-0.49.2.nix b/manifests/forc-node-0.49.2.nix new file mode 100644 index 00000000..ca924349 --- /dev/null +++ b/manifests/forc-node-0.49.2.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.49.2"; + date = "2024-02-02"; + url = "https://github.com/fuellabs/sway"; + rev = "a70c746d27b3300beef896ccd1dcce1299836192"; + sha256 = "sha256-R07m9fTIbsJURYmH1HVFTK87rwp0JwYHnD+vrHH8LTw="; +} diff --git a/manifests/forc-node-0.49.3-patch.1.nix b/manifests/forc-node-0.49.3-patch.1.nix new file mode 100644 index 00000000..ef195d6d --- /dev/null +++ b/manifests/forc-node-0.49.3-patch.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.49.3-patch.1"; + date = "2024-03-08"; + url = "https://github.com/fuellabs/sway"; + rev = "0dc6570377ee9c4a6359ade597fa27351e02a728"; + sha256 = "sha256-wqNERqRNtL0OfQPoJqLDFBB8bMiyA1TIAkTpsdPqrAQ="; +} diff --git a/manifests/forc-node-0.49.3.nix b/manifests/forc-node-0.49.3.nix new file mode 100644 index 00000000..83d18f53 --- /dev/null +++ b/manifests/forc-node-0.49.3.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.49.3"; + date = "2024-03-08"; + url = "https://github.com/fuellabs/sway"; + rev = "0dc6570377ee9c4a6359ade597fa27351e02a728"; + sha256 = "sha256-wqNERqRNtL0OfQPoJqLDFBB8bMiyA1TIAkTpsdPqrAQ="; +} diff --git a/manifests/forc-node-0.5.0.nix b/manifests/forc-node-0.5.0.nix new file mode 100644 index 00000000..742af368 --- /dev/null +++ b/manifests/forc-node-0.5.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.5.0"; + date = "2022-02-28"; + url = "https://github.com/fuellabs/sway"; + rev = "5c58c09ffba1719b187a3e1112639eec649eab5e"; + sha256 = "sha256-11OIZruYjYrylHv8zQOfLW9Fzs0p7aGOWQfq7UQN+5w="; +} diff --git a/manifests/forc-node-0.50.0.nix b/manifests/forc-node-0.50.0.nix new file mode 100644 index 00000000..18983fd3 --- /dev/null +++ b/manifests/forc-node-0.50.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.50.0"; + date = "2024-02-07"; + url = "https://github.com/fuellabs/sway"; + rev = "11231184a073a3e9c179d1d2e68c90d205638d45"; + sha256 = "sha256-C3iFrYeTRgfodJjhHL5LlT++2vu0qW9aAQ40T0ixc9I="; +} diff --git a/manifests/forc-node-0.51.0.nix b/manifests/forc-node-0.51.0.nix new file mode 100644 index 00000000..e6f27033 --- /dev/null +++ b/manifests/forc-node-0.51.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.51.0"; + date = "2024-02-22"; + url = "https://github.com/fuellabs/sway"; + rev = "694457da6a507ecee047c1ef8a5865ef4cc07147"; + sha256 = "sha256-tk75ovG3ZxQCe3f13LNLxiBcQT9nf4ZuoIaip0RQgLQ="; +} diff --git a/manifests/forc-node-0.51.1.nix b/manifests/forc-node-0.51.1.nix new file mode 100644 index 00000000..e79fe54e --- /dev/null +++ b/manifests/forc-node-0.51.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.51.1"; + date = "2024-02-23"; + url = "https://github.com/fuellabs/sway"; + rev = "d1e8f019c1da46273c3d3a72b385ce356ba2bc20"; + sha256 = "sha256-bFuBpcZE0CZGmm5wWURhTIZaVSHxL1e0Bs57UhGZWTI="; +} diff --git a/manifests/forc-node-0.52.0.nix b/manifests/forc-node-0.52.0.nix new file mode 100644 index 00000000..3ab1e772 --- /dev/null +++ b/manifests/forc-node-0.52.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.52.0"; + date = "2024-03-27"; + url = "https://github.com/fuellabs/sway"; + rev = "98d8f4cadbac34f232926b9a44b1170ec9da425d"; + sha256 = "sha256-toAWqJlcXknCUsU1+sQefUZKtFdwrBFmmGL8/5TE8NI="; +} diff --git a/manifests/forc-node-0.52.1.nix b/manifests/forc-node-0.52.1.nix new file mode 100644 index 00000000..6cca0447 --- /dev/null +++ b/manifests/forc-node-0.52.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.52.1"; + date = "2024-04-03"; + url = "https://github.com/fuellabs/sway"; + rev = "c1ea517f0522c780ca41120247cde2f450605a3c"; + sha256 = "sha256-PwKDmmPRGMlNqBMrMycdoFFCvBfD6Ly+mimg3AI4sAI="; +} diff --git a/manifests/forc-node-0.53.0.nix b/manifests/forc-node-0.53.0.nix new file mode 100644 index 00000000..94d1f430 --- /dev/null +++ b/manifests/forc-node-0.53.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.53.0"; + date = "2024-04-11"; + url = "https://github.com/fuellabs/sway"; + rev = "b30f0e83d3f3d336007e3dfce45a48a87e731345"; + sha256 = "sha256-PYr3xSTIhBNC1RDbr2IVp6HjHydURhCS3cyBZB1jhuY="; +} diff --git a/manifests/forc-node-0.54.0.nix b/manifests/forc-node-0.54.0.nix new file mode 100644 index 00000000..c982a7ed --- /dev/null +++ b/manifests/forc-node-0.54.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.54.0"; + date = "2024-04-13"; + url = "https://github.com/fuellabs/sway"; + rev = "d90cbc8419e47283519e39046c3ea5616e64df84"; + sha256 = "sha256-bI5+vL8dVpAuRMcrznrYhnMUPpax6Q0iC/w7sps3ims="; +} diff --git a/manifests/forc-node-0.55.0.nix b/manifests/forc-node-0.55.0.nix new file mode 100644 index 00000000..4a2972d1 --- /dev/null +++ b/manifests/forc-node-0.55.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.55.0"; + date = "2024-04-18"; + url = "https://github.com/fuellabs/sway"; + rev = "60ea55e692f4f70730b500735e13c29df2ac727e"; + sha256 = "sha256-zfIGerybZgEYDqYIWD5r/iQLJFJTzmvoJKqUqmwwF6Q="; +} diff --git a/manifests/forc-node-0.56.0.nix b/manifests/forc-node-0.56.0.nix new file mode 100644 index 00000000..2fd346be --- /dev/null +++ b/manifests/forc-node-0.56.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.56.0"; + date = "2024-04-26"; + url = "https://github.com/fuellabs/sway"; + rev = "b495d0df6956524fd68dab7e062df04d2e581ac3"; + sha256 = "sha256-ag0rl2Q0a+J03SRhj4dh19pbvKVt8PJ83XKkRlDq+vo="; +} diff --git a/manifests/forc-node-0.56.1.nix b/manifests/forc-node-0.56.1.nix new file mode 100644 index 00000000..10dc9d9e --- /dev/null +++ b/manifests/forc-node-0.56.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.56.1"; + date = "2024-05-08"; + url = "https://github.com/fuellabs/sway"; + rev = "4a63b41de136ab68bdf396c6720708fbf4dca83e"; + sha256 = "sha256-FW8P8+dujrVbUz1YyL+OSzOmpsDy1Ggaf3S6U4fHDtk="; +} diff --git a/manifests/forc-node-0.57.0.nix b/manifests/forc-node-0.57.0.nix new file mode 100644 index 00000000..623ed294 --- /dev/null +++ b/manifests/forc-node-0.57.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.57.0"; + date = "2024-05-13"; + url = "https://github.com/fuellabs/sway"; + rev = "8148817c02b0015ac3f299a8935f9a73d395a35e"; + sha256 = "sha256-jwTGhefYuJybXizPV/TLWQ60JNGSzyexzYTHk4lVDQU="; +} diff --git a/manifests/forc-node-0.58.0.nix b/manifests/forc-node-0.58.0.nix new file mode 100644 index 00000000..3cf10691 --- /dev/null +++ b/manifests/forc-node-0.58.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.58.0"; + date = "2024-05-13"; + url = "https://github.com/fuellabs/sway"; + rev = "9579dd2f77c8597995d6d7d2995640c26cfb3fe4"; + sha256 = "sha256-3KqSYUixgLALy+eZWxOyjjwJR/mXpdUaygPGdEnSYlA="; +} diff --git a/manifests/forc-node-0.59.0.nix b/manifests/forc-node-0.59.0.nix new file mode 100644 index 00000000..5bfb4bce --- /dev/null +++ b/manifests/forc-node-0.59.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.59.0"; + date = "2024-05-17"; + url = "https://github.com/fuellabs/sway"; + rev = "d9985d8111f94235edba9a08fc71a9513ec2a95c"; + sha256 = "sha256-eXTLIonA9dyRCed1vUGsR8nrjq7Dm3T/eKdQ95+iqUs="; +} diff --git a/manifests/forc-node-0.6.0.nix b/manifests/forc-node-0.6.0.nix new file mode 100644 index 00000000..70d52abd --- /dev/null +++ b/manifests/forc-node-0.6.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.6.0"; + date = "2022-03-07"; + url = "https://github.com/fuellabs/sway"; + rev = "35e5a2f12e137953b82470e9637e4969ca064e4a"; + sha256 = "sha256-HKmNBduWtyIoaUwkj2Nu9GznUOoZFctcaRhFJOnTWLY="; +} diff --git a/manifests/forc-node-0.6.1.nix b/manifests/forc-node-0.6.1.nix new file mode 100644 index 00000000..983f3f86 --- /dev/null +++ b/manifests/forc-node-0.6.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.6.1"; + date = "2022-03-10"; + url = "https://github.com/fuellabs/sway"; + rev = "3268092ce50e5058b11a5ea2e7f35c6e19352d68"; + sha256 = "sha256-JOH4UosK8x7FmMqx2qkEqWnyO+z9XPl1C/BrnXWz4uw="; +} diff --git a/manifests/forc-node-0.60.0.nix b/manifests/forc-node-0.60.0.nix new file mode 100644 index 00000000..da087e47 --- /dev/null +++ b/manifests/forc-node-0.60.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.60.0"; + date = "2024-05-22"; + url = "https://github.com/fuellabs/sway"; + rev = "2f0392ee35a1e4dd80bd8034962d5b4083dfb8b6"; + sha256 = "sha256-2y1wRiRnY8Z5lgnIeu6BYQFVtJPHmDpaeHZVceeqjiA="; +} diff --git a/manifests/forc-node-0.61.0.nix b/manifests/forc-node-0.61.0.nix new file mode 100644 index 00000000..e6a469f4 --- /dev/null +++ b/manifests/forc-node-0.61.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.61.0"; + date = "2024-06-19"; + url = "https://github.com/fuellabs/sway"; + rev = "4b4fb53eb2ef3390a0186a7048b060ff8e973a15"; + sha256 = "sha256-lM9Hzl70uO/QtOhDf6hN4ulOFSo9M5UaVTK22Y6rjJc="; +} diff --git a/manifests/forc-node-0.61.1.nix b/manifests/forc-node-0.61.1.nix new file mode 100644 index 00000000..fe7bedac --- /dev/null +++ b/manifests/forc-node-0.61.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.61.1"; + date = "2024-07-02"; + url = "https://github.com/fuellabs/sway"; + rev = "d86bb863697550b76f9209894e7a4ed84d1a8f39"; + sha256 = "sha256-O/KRqfnTeS2Z01GvCiCzu/Iwg/ccC+Tp/MO9mjY9wf0="; +} diff --git a/manifests/forc-node-0.61.2.nix b/manifests/forc-node-0.61.2.nix new file mode 100644 index 00000000..5e4f1d9c --- /dev/null +++ b/manifests/forc-node-0.61.2.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.61.2"; + date = "2024-07-03"; + url = "https://github.com/fuellabs/sway"; + rev = "e1b1c2bee73e0ba825e07736cefa6c0abd079595"; + sha256 = "sha256-HOmwpzWp02DkXK+wiL2vCvuOKdFQNlPEvxMLGgfL11I="; +} diff --git a/manifests/forc-node-0.62.0.nix b/manifests/forc-node-0.62.0.nix new file mode 100644 index 00000000..9907b71c --- /dev/null +++ b/manifests/forc-node-0.62.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.62.0"; + date = "2024-07-18"; + url = "https://github.com/fuellabs/sway"; + rev = "efda0397c7bee77de73bd726ec0b732d57614973"; + sha256 = "sha256-24306qdH3UupJ8iGYcCAJRmWow7o/0e1ym7htSRPTjE="; +} diff --git a/manifests/forc-node-0.63.0.nix b/manifests/forc-node-0.63.0.nix new file mode 100644 index 00000000..7e7c7dae --- /dev/null +++ b/manifests/forc-node-0.63.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.63.0"; + date = "2024-08-19"; + url = "https://github.com/fuellabs/sway"; + rev = "da9b3230706bfbe6e4efec179b7ddc0322909b57"; + sha256 = "sha256-P5zhjVT5uwYcdprPN6gZ6UbiML0KLkw4CwNOkBlCIAE="; +} diff --git a/manifests/forc-node-0.63.1.nix b/manifests/forc-node-0.63.1.nix new file mode 100644 index 00000000..7cab6cee --- /dev/null +++ b/manifests/forc-node-0.63.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.63.1"; + date = "2024-08-19"; + url = "https://github.com/fuellabs/sway"; + rev = "169f91ae0a6a698bd1cb459c4c203bab646a38ec"; + sha256 = "sha256-/9medkNesN+JuYEBasGDmhzZEMeCC4PVh2VKrTkb8NI="; +} diff --git a/manifests/forc-node-0.63.2.nix b/manifests/forc-node-0.63.2.nix new file mode 100644 index 00000000..d88b2f03 --- /dev/null +++ b/manifests/forc-node-0.63.2.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.63.2"; + date = "2024-08-28"; + url = "https://github.com/fuellabs/sway"; + rev = "a9e83955bcb50aa1a8b95d04235066b3dd34c9c4"; + sha256 = "sha256-mCFw0F0HC4hrNUdnfMePO1DSWQE/CvKpXbdMwbq4RQQ="; +} diff --git a/manifests/forc-node-0.63.3.nix b/manifests/forc-node-0.63.3.nix new file mode 100644 index 00000000..d251b829 --- /dev/null +++ b/manifests/forc-node-0.63.3.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.63.3"; + date = "2024-08-28"; + url = "https://github.com/fuellabs/sway"; + rev = "f55c81cce61aac31913ac0e87306cbaed7da679a"; + sha256 = "sha256-SLdimVN0rjpKrWcAF3Kg3+DgyGT/zbkvePIdZrayH6Q="; +} diff --git a/manifests/forc-node-0.63.4.nix b/manifests/forc-node-0.63.4.nix new file mode 100644 index 00000000..981b1bd0 --- /dev/null +++ b/manifests/forc-node-0.63.4.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.63.4"; + date = "2024-09-05"; + url = "https://github.com/fuellabs/sway"; + rev = "2538442a67f893f2e878214ba37a11b51f4ed41e"; + sha256 = "sha256-TA4HerMYUBunE+wyPwYS3z9ziSThJdEAcX81Hx8VZSI="; +} diff --git a/manifests/forc-node-0.63.5.nix b/manifests/forc-node-0.63.5.nix new file mode 100644 index 00000000..fd796fc0 --- /dev/null +++ b/manifests/forc-node-0.63.5.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.63.5"; + date = "2024-09-06"; + url = "https://github.com/fuellabs/sway"; + rev = "31a1d6f98395f571cd3674b492d9bf4773c55f65"; + sha256 = "sha256-WZkfaz+4mU3TydLoBxoaKdzMCLPq8hISg0GCmFujuh4="; +} diff --git a/manifests/forc-node-0.63.6.nix b/manifests/forc-node-0.63.6.nix new file mode 100644 index 00000000..8587df25 --- /dev/null +++ b/manifests/forc-node-0.63.6.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.63.6"; + date = "2024-09-18"; + url = "https://github.com/fuellabs/sway"; + rev = "cba9a005ef2a5b61e13eb02ba6e9e93ebd19a31a"; + sha256 = "sha256-9JH/vWzDBAMENzp7gFtSrP68AimsrmqfEhRaS6Aw6TM="; +} diff --git a/manifests/forc-node-0.64.0.nix b/manifests/forc-node-0.64.0.nix new file mode 100644 index 00000000..2a3a18c2 --- /dev/null +++ b/manifests/forc-node-0.64.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.64.0"; + date = "2024-09-25"; + url = "https://github.com/fuellabs/sway"; + rev = "2156bfbbee01ffb85bfca2aae8f185f8e7c715a4"; + sha256 = "sha256-HtzITm4CMH3td35GSGTCzcBzUSjzH/TAu7SwEzjbA3c="; +} diff --git a/manifests/forc-node-0.65.0.nix b/manifests/forc-node-0.65.0.nix new file mode 100644 index 00000000..3645f9ac --- /dev/null +++ b/manifests/forc-node-0.65.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.65.0"; + date = "2024-10-06"; + url = "https://github.com/fuellabs/sway"; + rev = "32d1cc91dc3cf8fbda12fe217e563b139feef8a7"; + sha256 = "sha256-Et4e/N8pKQdrMH9g5ZrAqsk++2n40mv/iTVx4p5PuUM="; +} diff --git a/manifests/forc-node-0.65.1.nix b/manifests/forc-node-0.65.1.nix new file mode 100644 index 00000000..f874eb8b --- /dev/null +++ b/manifests/forc-node-0.65.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.65.1"; + date = "2024-10-07"; + url = "https://github.com/fuellabs/sway"; + rev = "3a9c171cd43611d7ccad94ab66a5093c6634717b"; + sha256 = "sha256-6KoM3dIOS+6HJ8/mfQtzeX8efrRc3EjcXpU32RAmXiU="; +} diff --git a/manifests/forc-node-0.65.2.nix b/manifests/forc-node-0.65.2.nix new file mode 100644 index 00000000..44bd09c5 --- /dev/null +++ b/manifests/forc-node-0.65.2.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.65.2"; + date = "2024-10-07"; + url = "https://github.com/fuellabs/sway"; + rev = "66bb430395daf5b8f7205f7b9d8d008e2e812d54"; + sha256 = "sha256-J1/9pvWYBdZY4vPd9T0MGsg2g6OtZQG4KWk8QlKVtG8="; +} diff --git a/manifests/forc-node-0.66.0.nix b/manifests/forc-node-0.66.0.nix new file mode 100644 index 00000000..4bc5c14a --- /dev/null +++ b/manifests/forc-node-0.66.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.66.0"; + date = "2024-10-15"; + url = "https://github.com/fuellabs/sway"; + rev = "b7e59f42aebed08c2e015cbd5d0776c8953fc57f"; + sha256 = "sha256-9iIlZi2eMIcyGylR9mkXANaBcfOJk308f3DArLwjDGM="; +} diff --git a/manifests/forc-node-0.66.1.nix b/manifests/forc-node-0.66.1.nix new file mode 100644 index 00000000..60ad33c6 --- /dev/null +++ b/manifests/forc-node-0.66.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.66.1"; + date = "2024-10-15"; + url = "https://github.com/fuellabs/sway"; + rev = "d5662c6bd0e5519446aa1b3ebb6af703025accec"; + sha256 = "sha256-Uf8qe94rUZhInAM/o0ue/W5vNW1bpubqYaWt6OVE2Aw="; +} diff --git a/manifests/forc-node-0.66.10.nix b/manifests/forc-node-0.66.10.nix new file mode 100644 index 00000000..e7563876 --- /dev/null +++ b/manifests/forc-node-0.66.10.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.66.10"; + date = "2025-03-11"; + url = "https://github.com/fuellabs/sway"; + rev = "6c00a44822ce2bec4d0754ef285566a8b8de72fb"; + sha256 = "sha256-cfFsArmLkpXUvwO3Jf3KkFYU7MmMyxEbVUEsUvzZtpA="; +} diff --git a/manifests/forc-node-0.66.2.nix b/manifests/forc-node-0.66.2.nix new file mode 100644 index 00000000..e0e18ebd --- /dev/null +++ b/manifests/forc-node-0.66.2.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.66.2"; + date = "2024-10-16"; + url = "https://github.com/fuellabs/sway"; + rev = "31486c0b47669612acb7c64d66ecb50aea281282"; + sha256 = "sha256-k/53TarSPDFgljkqMb41ecV+aiqWDNwzZRBoPk4Itps="; +} diff --git a/manifests/forc-node-0.66.3.nix b/manifests/forc-node-0.66.3.nix new file mode 100644 index 00000000..2dce5d52 --- /dev/null +++ b/manifests/forc-node-0.66.3.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.66.3"; + date = "2024-10-30"; + url = "https://github.com/fuellabs/sway"; + rev = "5b7d720cf97e88eedc3c069b617ee7493bb16637"; + sha256 = "sha256-35bHX4r/WB3peaTJ5qK2TV3xRtxx5nBxUpDA+4oOlm4="; +} diff --git a/manifests/forc-node-0.66.4.nix b/manifests/forc-node-0.66.4.nix new file mode 100644 index 00000000..012fc3ca --- /dev/null +++ b/manifests/forc-node-0.66.4.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.66.4"; + date = "2024-11-03"; + url = "https://github.com/fuellabs/sway"; + rev = "d7dd104dac4394aa7af56f05b720c975744db853"; + sha256 = "sha256-lpX7PSEE+glDj7284dRC7KtU4yIfjRnQZnySaTL+AQc="; +} diff --git a/manifests/forc-node-0.66.5.nix b/manifests/forc-node-0.66.5.nix new file mode 100644 index 00000000..41954698 --- /dev/null +++ b/manifests/forc-node-0.66.5.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.66.5"; + date = "2024-11-21"; + url = "https://github.com/fuellabs/sway"; + rev = "94a066652468b4afa3bd396dacef482ed590976b"; + sha256 = "sha256-+8fwP6jkBr5hyzDBZmcAXDq8ciu5PrsZDmDrA8gEzA0="; +} diff --git a/manifests/forc-node-0.66.6.nix b/manifests/forc-node-0.66.6.nix new file mode 100644 index 00000000..31611b0d --- /dev/null +++ b/manifests/forc-node-0.66.6.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.66.6"; + date = "2025-01-23"; + url = "https://github.com/fuellabs/sway"; + rev = "986aee2c1e34c9cd958c81e7fd6b84638b26619b"; + sha256 = "sha256-O4pyhoFbxQ5O00OH8DZZTns3l4QGGFvr3gmqanToMD8="; +} diff --git a/manifests/forc-node-0.66.7.nix b/manifests/forc-node-0.66.7.nix new file mode 100644 index 00000000..7e0dda3e --- /dev/null +++ b/manifests/forc-node-0.66.7.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.66.7"; + date = "2025-02-05"; + url = "https://github.com/fuellabs/sway"; + rev = "5ed7cec6dbcd42f0c2f84df8511a4c0007b1902e"; + sha256 = "sha256-xuyG/6Kkr4w1lKTb4VkdC/zf5+RaC9HfgOYcsJmV2sc="; +} diff --git a/manifests/forc-node-0.66.8.nix b/manifests/forc-node-0.66.8.nix new file mode 100644 index 00000000..1b0f0328 --- /dev/null +++ b/manifests/forc-node-0.66.8.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.66.8"; + date = "2025-03-05"; + url = "https://github.com/fuellabs/sway"; + rev = "ba46576c8601aadf23532de001375879f72f109b"; + sha256 = "sha256-95FNf10T4HmIV2Uj6hHps4SQduIKS7pMEeTgaVxSKQk="; +} diff --git a/manifests/forc-node-0.66.9.nix b/manifests/forc-node-0.66.9.nix new file mode 100644 index 00000000..f97167e3 --- /dev/null +++ b/manifests/forc-node-0.66.9.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.66.9"; + date = "2025-03-11"; + url = "https://github.com/fuellabs/sway"; + rev = "ef377e78bf597ea3b324f6b021a105b232d1cd98"; + sha256 = "sha256-3yeZrK2+x+apfQ7GyebOT65TgPNqrwB7Wsr+dve6H0Q="; +} diff --git a/manifests/forc-node-0.67.0.nix b/manifests/forc-node-0.67.0.nix new file mode 100644 index 00000000..dcd47950 --- /dev/null +++ b/manifests/forc-node-0.67.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.67.0"; + date = "2025-03-13"; + url = "https://github.com/fuellabs/sway"; + rev = "d821dcb0c7edb1d6e2a772f5a1ccefe38902eaec"; + sha256 = "sha256-PgElgNdhBb/moj5GTMT+uwhWMDOdPzRe37y4V7MTIYc="; +} diff --git a/manifests/forc-node-0.67.1.nix b/manifests/forc-node-0.67.1.nix new file mode 100644 index 00000000..593c160d --- /dev/null +++ b/manifests/forc-node-0.67.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.67.1"; + date = "2025-04-22"; + url = "https://github.com/fuellabs/sway"; + rev = "6a896339a688eb4e0ddb2e966e8164f05742ca71"; + sha256 = "sha256-WUkC6JVB1NGHXXvmkHqkhzZ4K+ezhsvpVdqlvAQ3REM="; +} diff --git a/manifests/forc-node-0.67.2.nix b/manifests/forc-node-0.67.2.nix new file mode 100644 index 00000000..b994822c --- /dev/null +++ b/manifests/forc-node-0.67.2.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.67.2"; + date = "2025-04-23"; + url = "https://github.com/fuellabs/sway"; + rev = "58a77073382e6992a40f21ed89dc4ea4d46010b1"; + sha256 = "sha256-BcTIuM6CazfMsjmubcuFsL0KC5JaVHyYn2UawLiyosc="; +} diff --git a/manifests/forc-node-0.68.0.nix b/manifests/forc-node-0.68.0.nix new file mode 100644 index 00000000..df10c81a --- /dev/null +++ b/manifests/forc-node-0.68.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.68.0"; + date = "2025-04-23"; + url = "https://github.com/fuellabs/sway"; + rev = "cbe8005a2388ec481d557aa4a58d7df96be9cad0"; + sha256 = "sha256-Oqp9k6fdhu0jIn/OTcZYwFRGOoL4neFmNkDkS48Nsc0="; +} diff --git a/manifests/forc-node-0.68.1.nix b/manifests/forc-node-0.68.1.nix new file mode 100644 index 00000000..3ef76153 --- /dev/null +++ b/manifests/forc-node-0.68.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.68.1"; + date = "2025-04-24"; + url = "https://github.com/fuellabs/sway"; + rev = "7e1bc152face6f1ae20b4274d98446100920e573"; + sha256 = "sha256-ME7GHU+Y9nrVJiI6OaHMyyPcPQYB57afi4/TAmx1Mcs="; +} diff --git a/manifests/forc-node-0.68.2.nix b/manifests/forc-node-0.68.2.nix new file mode 100644 index 00000000..8c8438d9 --- /dev/null +++ b/manifests/forc-node-0.68.2.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.68.2"; + date = "2025-05-01"; + url = "https://github.com/fuellabs/sway"; + rev = "05480bb07ed7b62e4123a2696ba22bce57ffb049"; + sha256 = "sha256-12BK6qvONpLLM37jGY0lDfhHN+JT5TgjQfIueJrkY9E="; +} diff --git a/manifests/forc-node-0.68.3.nix b/manifests/forc-node-0.68.3.nix new file mode 100644 index 00000000..486ac055 --- /dev/null +++ b/manifests/forc-node-0.68.3.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.68.3"; + date = "2025-05-12"; + url = "https://github.com/fuellabs/sway"; + rev = "48d95fc22eaeb700cf6cc52f17f3087a7a17693a"; + sha256 = "sha256-wJfPIkI0QSyqiiA9Mp+Vq7yfPS+v6+6rAlRlxE10trY="; +} diff --git a/manifests/forc-node-0.68.4.nix b/manifests/forc-node-0.68.4.nix new file mode 100644 index 00000000..c949d672 --- /dev/null +++ b/manifests/forc-node-0.68.4.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.68.4"; + date = "2025-05-14"; + url = "https://github.com/fuellabs/sway"; + rev = "1fb61fdc42054109c54a57544b9aeb88afd3cae8"; + sha256 = "sha256-gMxxjQGCNyB2H9kAvk8BTGpu6PNkUyfFRIjmxBK4Erg="; +} diff --git a/manifests/forc-node-0.68.5.nix b/manifests/forc-node-0.68.5.nix new file mode 100644 index 00000000..8dd07516 --- /dev/null +++ b/manifests/forc-node-0.68.5.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.68.5"; + date = "2025-05-20"; + url = "https://github.com/fuellabs/sway"; + rev = "512bbfccdb15a0045576604ba97d7943c9b7520f"; + sha256 = "sha256-BpBo/uJd52ahBSzRYXpLk3cfNV4hjH3J/ZszRfWCNM0="; +} diff --git a/manifests/forc-node-0.68.6.nix b/manifests/forc-node-0.68.6.nix new file mode 100644 index 00000000..18dc1af3 --- /dev/null +++ b/manifests/forc-node-0.68.6.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.68.6"; + date = "2025-05-28"; + url = "https://github.com/fuellabs/sway"; + rev = "ac5280641599d4e81017e18d04e47380722074ed"; + sha256 = "sha256-ZUYUeHtlLguGmwkdKE/HFgg47zWKhudM8J2JqC44F+Q="; +} diff --git a/manifests/forc-node-0.68.7.nix b/manifests/forc-node-0.68.7.nix new file mode 100644 index 00000000..0d17bf85 --- /dev/null +++ b/manifests/forc-node-0.68.7.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.68.7"; + date = "2025-06-04"; + url = "https://github.com/fuellabs/sway"; + rev = "58bf38ef9c737edbd677d2e0c5e5f32e8353ea00"; + sha256 = "sha256-1T2N3nbh16xaewOrHjAtnbWvMADJcsT6DToPOmGyh/M="; +} diff --git a/manifests/forc-node-0.68.8.nix b/manifests/forc-node-0.68.8.nix new file mode 100644 index 00000000..0c38b640 --- /dev/null +++ b/manifests/forc-node-0.68.8.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.68.8"; + date = "2025-06-19"; + url = "https://github.com/fuellabs/sway"; + rev = "93ae73db745a60dfd782b340ca21804bdde54aeb"; + sha256 = "sha256-JwKPK9Dyjb/ZgVwz2+7hybLzU6PqY8KKBz8MMQeyJVQ="; +} diff --git a/manifests/forc-node-0.68.9.nix b/manifests/forc-node-0.68.9.nix new file mode 100644 index 00000000..865620a5 --- /dev/null +++ b/manifests/forc-node-0.68.9.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.68.9"; + date = "2025-06-23"; + url = "https://github.com/fuellabs/sway"; + rev = "e054b396280942cb43a40bbc0b3a9b8cc30237ed"; + sha256 = "sha256-a+P/SqwMkQ0aDbaJH9VWNSxbvDBl4v6S5yb6HMuXABY="; +} diff --git a/manifests/forc-node-0.69.0.nix b/manifests/forc-node-0.69.0.nix new file mode 100644 index 00000000..3cd19452 --- /dev/null +++ b/manifests/forc-node-0.69.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.69.0"; + date = "2025-06-23"; + url = "https://github.com/fuellabs/sway"; + rev = "5c22e3398756548f8b6dbbe32c6dbd7d6d77451c"; + sha256 = "sha256-0HIFZcZQvA/QxJNkBTQyMLSapTjFhUQAaUyRY3ZdA9M="; +} diff --git a/manifests/forc-node-0.69.1.nix b/manifests/forc-node-0.69.1.nix new file mode 100644 index 00000000..b3eace48 --- /dev/null +++ b/manifests/forc-node-0.69.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.69.1"; + date = "2025-07-17"; + url = "https://github.com/fuellabs/sway"; + rev = "b68a3861db866f33078b3c966eaf5b3379e716cf"; + sha256 = "sha256-k4WlC6P7kXANf2kwJg8j9W1tMpW8ds74pVB2waDELzY="; +} diff --git a/manifests/forc-node-0.69.2.nix b/manifests/forc-node-0.69.2.nix new file mode 100644 index 00000000..528c893f --- /dev/null +++ b/manifests/forc-node-0.69.2.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.69.2"; + date = "2025-09-23"; + url = "https://github.com/fuellabs/sway"; + rev = "e8b4fda1fd645155416eca01d6bfd5c3fc46ff71"; + sha256 = "sha256-Tp0TYFMpzkMeY7tnbXBeKtTwgpbtHWtcwAKjfS2REhw="; +} diff --git a/manifests/forc-node-0.69.3.nix b/manifests/forc-node-0.69.3.nix new file mode 100644 index 00000000..a724b9c9 --- /dev/null +++ b/manifests/forc-node-0.69.3.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.69.3"; + date = "2025-09-23"; + url = "https://github.com/fuellabs/sway"; + rev = "ec6f0ca5c7c062251713021c42fdf51223810d21"; + sha256 = "sha256-xiNzx8cKCFAvwho6VZMIRkEdszZnd8hc0OjOXFQQqZE="; +} diff --git a/manifests/forc-node-0.69.4.nix b/manifests/forc-node-0.69.4.nix new file mode 100644 index 00000000..bc9c6ce0 --- /dev/null +++ b/manifests/forc-node-0.69.4.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.69.4"; + date = "2025-09-24"; + url = "https://github.com/fuellabs/sway"; + rev = "a2c0531ab777d9a003d8bcc34c05880bff50c356"; + sha256 = "sha256-AYfe6fwmqx6ZlnZ5j8G7vKzpBAc0ebBFmSLghF22/gc="; +} diff --git a/manifests/forc-node-0.69.5.nix b/manifests/forc-node-0.69.5.nix new file mode 100644 index 00000000..f30e2644 --- /dev/null +++ b/manifests/forc-node-0.69.5.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.69.5"; + date = "2025-09-29"; + url = "https://github.com/fuellabs/sway"; + rev = "acd13162d5630ce42e5616863459b07c8cf28a4f"; + sha256 = "sha256-csz8zX+7FQrwuYqLC0g4oqlyb2QXaFz9xSgumDlGuBU="; +} diff --git a/manifests/forc-node-0.69.6.nix b/manifests/forc-node-0.69.6.nix new file mode 100644 index 00000000..626a0e6c --- /dev/null +++ b/manifests/forc-node-0.69.6.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.69.6"; + date = "2025-09-29"; + url = "https://github.com/fuellabs/sway"; + rev = "a1300bae7d7a57c96517364f6f1236927666176f"; + sha256 = "sha256-yxco5gDkHrn6viv3DXI3UVKLKE0TzD3InF7HRSAlUJ0="; +} diff --git a/manifests/forc-node-0.7.0.nix b/manifests/forc-node-0.7.0.nix new file mode 100644 index 00000000..b9565c24 --- /dev/null +++ b/manifests/forc-node-0.7.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.7.0"; + date = "2022-03-22"; + url = "https://github.com/fuellabs/sway"; + rev = "7dd186041fbd2d4040b9a374fedc9a0cbed9eecb"; + sha256 = "sha256-B37FgsnDop9Vyn5t7aSn2RceGG3pdLxrHUJHZ2s53d8="; +} diff --git a/manifests/forc-node-0.70.0.nix b/manifests/forc-node-0.70.0.nix new file mode 100644 index 00000000..b73a6aa2 --- /dev/null +++ b/manifests/forc-node-0.70.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.70.0"; + date = "2025-10-04"; + url = "https://github.com/fuellabs/sway"; + rev = "74bab180db051a026b33ac6a0220ba9a9d22f475"; + sha256 = "sha256-/nFRcYA639yzv/uA5mA0DVeNZg7Qvw9O9WQqTRDgSbw="; +} diff --git a/manifests/forc-node-0.70.1.nix b/manifests/forc-node-0.70.1.nix new file mode 100644 index 00000000..8d16375b --- /dev/null +++ b/manifests/forc-node-0.70.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.70.1"; + date = "2025-10-10"; + url = "https://github.com/fuellabs/sway"; + rev = "107b092e9d7003256321d3890a636273d0845662"; + sha256 = "sha256-qRXj5q7B6xUouqmEiSPiyXgPmW/Q1EH8bzMwsDuFETw="; +} diff --git a/manifests/forc-node-0.70.2-nightly-2025-12-14.nix b/manifests/forc-node-0.70.2-nightly-2025-12-14.nix new file mode 100644 index 00000000..106f43ea --- /dev/null +++ b/manifests/forc-node-0.70.2-nightly-2025-12-14.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.70.2"; + date = "2025-12-14"; + url = "https://github.com/fuellabs/sway"; + rev = "5e179b304ea170d1c55d5983e42184955577a2df"; + sha256 = "sha256-M7m5LrTN6s4igIzfznmotoD44O7zDt8NXZZPQjKqzZ8="; +} diff --git a/manifests/forc-node-0.70.2-nightly-2025-12-16.nix b/manifests/forc-node-0.70.2-nightly-2025-12-16.nix new file mode 100644 index 00000000..09db0ce7 --- /dev/null +++ b/manifests/forc-node-0.70.2-nightly-2025-12-16.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.70.2"; + date = "2025-12-16"; + url = "https://github.com/fuellabs/sway"; + rev = "3f3fa379d00d780360b9dedc7dc1fdbbdbe8c225"; + sha256 = "sha256-F52KHA64EceyiEzh3KubmTYYeQucXvKI8LshYh6C7d0="; +} diff --git a/manifests/forc-node-0.70.2-nightly-2025-12-17.nix b/manifests/forc-node-0.70.2-nightly-2025-12-17.nix new file mode 100644 index 00000000..c2c97182 --- /dev/null +++ b/manifests/forc-node-0.70.2-nightly-2025-12-17.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.70.2"; + date = "2025-12-17"; + url = "https://github.com/fuellabs/sway"; + rev = "6cc563d763c356971bdea3fecd03f68d28f5c30b"; + sha256 = "sha256-S2MvaPECS7Is/Bmy8J2wVV2YDDmqDyNSakiULf0YPGc="; +} diff --git a/manifests/forc-node-0.70.2.nix b/manifests/forc-node-0.70.2.nix new file mode 100644 index 00000000..d5400807 --- /dev/null +++ b/manifests/forc-node-0.70.2.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.70.2"; + date = "2025-11-19"; + url = "https://github.com/fuellabs/sway"; + rev = "e81819af15a5cd85c51c1a6f61b22f618ab281ad"; + sha256 = "sha256-2GbdplZSScpai3NX0UYOJ2xpz1wihox0kC8wkesv8KE="; +} diff --git a/manifests/forc-node-0.70.3-nightly-2025-12-18.nix b/manifests/forc-node-0.70.3-nightly-2025-12-18.nix new file mode 100644 index 00000000..0918c0e4 --- /dev/null +++ b/manifests/forc-node-0.70.3-nightly-2025-12-18.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.70.3"; + date = "2025-12-18"; + url = "https://github.com/fuellabs/sway"; + rev = "cc8f867043f3ec2c14ec4088d449cde603929a80"; + sha256 = "sha256-phfm+wDMiVsx1m7Wh1/6YzTbGQ3pXSO5D8WTVAYe1TU="; +} diff --git a/manifests/forc-node-0.70.3.nix b/manifests/forc-node-0.70.3.nix new file mode 100644 index 00000000..cee40db4 --- /dev/null +++ b/manifests/forc-node-0.70.3.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.70.3"; + date = "2025-12-17"; + url = "https://github.com/fuellabs/sway"; + rev = "aac06fb6bdc6b97c26137d0661410b576008b409"; + sha256 = "sha256-phfm+wDMiVsx1m7Wh1/6YzTbGQ3pXSO5D8WTVAYe1TU="; +} diff --git a/manifests/forc-node-0.71.0-nightly-2026-01-08.nix b/manifests/forc-node-0.71.0-nightly-2026-01-08.nix new file mode 100644 index 00000000..aa670187 --- /dev/null +++ b/manifests/forc-node-0.71.0-nightly-2026-01-08.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.71.0"; + date = "2026-01-08"; + url = "https://github.com/fuellabs/forc"; + rev = "498176d22629c45aea52152d43b92b7c291fe8c8"; + sha256 = "sha256-tvC0eHQMV7AP86KNdwhiDRdvuVFjJaxoeF/pYiSqglY="; +} diff --git a/manifests/forc-node-0.71.0.nix b/manifests/forc-node-0.71.0.nix new file mode 100644 index 00000000..c40e155e --- /dev/null +++ b/manifests/forc-node-0.71.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.71.0"; + date = "2026-01-07"; + url = "https://github.com/fuellabs/forc"; + rev = "3e7edec31d96df0051499da989ae053ec85d58b8"; + sha256 = "sha256-zGAt76WHdAzrOhU2hSRr727T9ZYW/tp0B3mgi/CFhkU="; +} diff --git a/manifests/forc-node-0.71.1-nightly-2026-01-09.nix b/manifests/forc-node-0.71.1-nightly-2026-01-09.nix new file mode 100644 index 00000000..ae0e97f2 --- /dev/null +++ b/manifests/forc-node-0.71.1-nightly-2026-01-09.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.71.1"; + date = "2026-01-09"; + url = "https://github.com/fuellabs/forc"; + rev = "54cf9da7d393944b585fa8628dcd36f7e110a116"; + sha256 = "sha256-XDNMSUCQPagNV0i3bYhhGa3MqDHt73fHSi/Ypde3CS8="; +} diff --git a/manifests/forc-node-0.71.1.nix b/manifests/forc-node-0.71.1.nix new file mode 100644 index 00000000..df8bffe8 --- /dev/null +++ b/manifests/forc-node-0.71.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.71.1"; + date = "2026-01-08"; + url = "https://github.com/fuellabs/forc"; + rev = "14e0ec020722905a4c3335886535267d72476450"; + sha256 = "sha256-rhYrHPHOdSojXpYm7QnYEuWz+QWpEIzgEXKYJHKDh+k="; +} diff --git a/manifests/forc-node-0.71.2.nix b/manifests/forc-node-0.71.2.nix new file mode 100644 index 00000000..14520442 --- /dev/null +++ b/manifests/forc-node-0.71.2.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.71.2"; + date = "2026-01-09"; + url = "https://github.com/fuellabs/forc"; + rev = "54cf9da7d393944b585fa8628dcd36f7e110a116"; + sha256 = "sha256-XDNMSUCQPagNV0i3bYhhGa3MqDHt73fHSi/Ypde3CS8="; +} diff --git a/manifests/forc-node-0.8.0.nix b/manifests/forc-node-0.8.0.nix new file mode 100644 index 00000000..331fa57e --- /dev/null +++ b/manifests/forc-node-0.8.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.8.0"; + date = "2022-03-25"; + url = "https://github.com/fuellabs/sway"; + rev = "04d26d6924788875fb01fa4fe58fe969849dcfc5"; + sha256 = "sha256-MTQlnuP9WVHL/rNHsMdmYqvIgHL5IJmIjUF9WqM55M0="; +} diff --git a/manifests/forc-node-0.9.0.nix b/manifests/forc-node-0.9.0.nix new file mode 100644 index 00000000..97df3b31 --- /dev/null +++ b/manifests/forc-node-0.9.0.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.9.0"; + date = "2022-03-28"; + url = "https://github.com/fuellabs/sway"; + rev = "fdebe28e2803ef32238e6b39693748b6bdf6f34e"; + sha256 = "sha256-dzEkvJ+nP6+Xzp+nVz+VKy0RmfN/UkX/JlP/0cXqaY0="; +} diff --git a/manifests/forc-node-0.9.1.nix b/manifests/forc-node-0.9.1.nix new file mode 100644 index 00000000..35dd1575 --- /dev/null +++ b/manifests/forc-node-0.9.1.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.9.1"; + date = "2022-03-29"; + url = "https://github.com/fuellabs/sway"; + rev = "72aa51d6da3d49b1bad2e6d6fffe6d4b3e331380"; + sha256 = "sha256-Mu3niggbgovHWhm6GtU/hhWqANm5YWFvdsrDExUPKYc="; +} diff --git a/manifests/forc-node-0.9.2.nix b/manifests/forc-node-0.9.2.nix new file mode 100644 index 00000000..6d92610d --- /dev/null +++ b/manifests/forc-node-0.9.2.nix @@ -0,0 +1,8 @@ +{ + pname = "forc-node"; + version = "0.9.2"; + date = "2022-03-30"; + url = "https://github.com/fuellabs/sway"; + rev = "4905aa0b2b6cb7178d6229e7bed94c241a418c26"; + sha256 = "sha256-C+1vF48WryCdT2X09E8RwcY8LRHxGX3ncRkc2MtNnY4="; +} diff --git a/patches.nix b/patches.nix index 6d3794e9..848827ce 100644 --- a/patches.nix +++ b/patches.nix @@ -9,6 +9,7 @@ "forc-doc" "forc-fmt" "forc-lsp" + "forc-node" "forc-tx" "forc-migrate" "forc-publish" @@ -237,6 +238,26 @@ in [ }; } + # forc-node 0.71.0+ is built from the forc monorepo where it's in a subdirectory. + { + condition = m: m.pname == "forc-node" && m.src.gitRepoUrl == "https://github.com/fuellabs/forc"; + patch = m: { + buildAndTestSubdir = "forc-node"; + }; + } + + # forc-node requires clang and rocksdb for fuel-core dependencies. + { + condition = m: m.pname == "forc-node"; + patch = m: { + nativeBuildInputs = (m.nativeBuildInputs or []) ++ [pkgs.clang]; + buildInputs = (m.buildInputs or []) ++ [pkgs.rocksdb]; + LIBCLANG_PATH = "${pkgs.libclang.lib}/lib"; + ROCKSDB_LIB_DIR = "${pkgs.rocksdb}/lib"; + doCheck = false; # Already tested at repo. + }; + } + # At some point around this date, Sway LSP started requiring the CoreServices # framework on Darwin due to a dependency update. Here we just make it # available to all fuel packages going forward. diff --git a/script/refresh-manifests.sh b/script/refresh-manifests.sh index 6aec3669..f04d232d 100755 --- a/script/refresh-manifests.sh +++ b/script/refresh-manifests.sh @@ -46,6 +46,13 @@ declare -A pkg_forc_debug=( [name]="forc-debug" [repo]="${fuel_repos[sway]}" ) +# forc-node migrated to forc monorepo at 0.71.0; legacy repo (sway) for older versions. +declare -A pkg_forc_node=( + [name]="forc-node" + [repo]="${fuel_repos[forc]}" + [legacy_repo]="${fuel_repos[sway]}" + [legacy_before]="0.71.0" +) declare -A pkg_forc_doc=( [name]="forc-doc" [repo]="${fuel_repos[sway]}" @@ -299,6 +306,7 @@ refresh pkg_forc_client refresh pkg_forc_crypto refresh pkg_forc_debug refresh pkg_forc_doc +refresh pkg_forc_node refresh pkg_forc_fmt refresh pkg_forc_lsp refresh pkg_forc_tx