From 88b3356abffb1bb2e7c942557f4bb3c3574c5bb7 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 28 Nov 2024 02:54:18 +0000 Subject: [PATCH] manifest: update --- manifests/fuel-core-0.40.1-nightly-2024-11-27.nix | 8 ++++++++ manifests/fuel-core-client-0.40.1-nightly-2024-11-27.nix | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 manifests/fuel-core-0.40.1-nightly-2024-11-27.nix create mode 100644 manifests/fuel-core-client-0.40.1-nightly-2024-11-27.nix diff --git a/manifests/fuel-core-0.40.1-nightly-2024-11-27.nix b/manifests/fuel-core-0.40.1-nightly-2024-11-27.nix new file mode 100644 index 00000000..9b9abb17 --- /dev/null +++ b/manifests/fuel-core-0.40.1-nightly-2024-11-27.nix @@ -0,0 +1,8 @@ +{ + pname = "fuel-core"; + version = "0.40.1"; + date = "2024-11-27"; + url = "https://github.com/fuellabs/fuel-core"; + rev = "b6cbb3522f9907f273cec68dd23108e9bd7bc472"; + sha256 = "sha256-V9RK5a/trpVq/Mhi7TQw7Qmt/rMJv69BtOKbxOF6TEA="; +} diff --git a/manifests/fuel-core-client-0.40.1-nightly-2024-11-27.nix b/manifests/fuel-core-client-0.40.1-nightly-2024-11-27.nix new file mode 100644 index 00000000..43f7146e --- /dev/null +++ b/manifests/fuel-core-client-0.40.1-nightly-2024-11-27.nix @@ -0,0 +1,8 @@ +{ + pname = "fuel-core-client"; + version = "0.40.1"; + date = "2024-11-27"; + url = "https://github.com/fuellabs/fuel-core"; + rev = "b6cbb3522f9907f273cec68dd23108e9bd7bc472"; + sha256 = "sha256-V9RK5a/trpVq/Mhi7TQw7Qmt/rMJv69BtOKbxOF6TEA="; +}