From ca78c1dd0fac0658666d8b3bc6e8130e025738fa Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 11 Dec 2024 02:43:58 +0000 Subject: [PATCH] manifest: update --- manifests/fuel-core-0.40.2-nightly-2024-12-10.nix | 8 ++++++++ manifests/fuel-core-client-0.40.2-nightly-2024-12-10.nix | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 manifests/fuel-core-0.40.2-nightly-2024-12-10.nix create mode 100644 manifests/fuel-core-client-0.40.2-nightly-2024-12-10.nix diff --git a/manifests/fuel-core-0.40.2-nightly-2024-12-10.nix b/manifests/fuel-core-0.40.2-nightly-2024-12-10.nix new file mode 100644 index 0000000..2246b12 --- /dev/null +++ b/manifests/fuel-core-0.40.2-nightly-2024-12-10.nix @@ -0,0 +1,8 @@ +{ + pname = "fuel-core"; + version = "0.40.2"; + date = "2024-12-10"; + url = "https://github.com/fuellabs/fuel-core"; + rev = "ab053a8511edb245da1f49da5b6f54c430541332"; + sha256 = "sha256-Oy1t7JgJwQFQbcGFcI/Pu5w71RTJ4+641qOKwf98leU="; +} diff --git a/manifests/fuel-core-client-0.40.2-nightly-2024-12-10.nix b/manifests/fuel-core-client-0.40.2-nightly-2024-12-10.nix new file mode 100644 index 0000000..2ccccb5 --- /dev/null +++ b/manifests/fuel-core-client-0.40.2-nightly-2024-12-10.nix @@ -0,0 +1,8 @@ +{ + pname = "fuel-core-client"; + version = "0.40.2"; + date = "2024-12-10"; + url = "https://github.com/fuellabs/fuel-core"; + rev = "ab053a8511edb245da1f49da5b6f54c430541332"; + sha256 = "sha256-Oy1t7JgJwQFQbcGFcI/Pu5w71RTJ4+641qOKwf98leU="; +}