From 38e1d21c0e03003c89f92bc16566b4262d71da58 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 24 Mar 2026 00:19:02 +0000 Subject: [PATCH] chore: update sources.json to 1.0.0-alpha.89 --- examples/flake.lock | 59 +++++++++++++++++++++++++++++++++++++++++++++ sources.json | 10 ++++---- 2 files changed, 64 insertions(+), 5 deletions(-) create mode 100644 examples/flake.lock diff --git a/examples/flake.lock b/examples/flake.lock new file mode 100644 index 0000000..eea8963 --- /dev/null +++ b/examples/flake.lock @@ -0,0 +1,59 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1774106199, + "narHash": "sha256-US5Tda2sKmjrg2lNHQL3jRQ6p96cgfWh3J1QBliQ8Ws=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "6c9a78c09ff4d6c21d0319114873508a6ec01655", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_2": { + "locked": { + "lastModified": 1767379071, + "narHash": "sha256-EgE0pxsrW9jp9YFMkHL9JMXxcqi/OoumPJYwf+Okucw=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "fb7944c166a3b630f177938e478f0378e64ce108", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs", + "rustfs-flake": "rustfs-flake" + } + }, + "rustfs-flake": { + "inputs": { + "nixpkgs": "nixpkgs_2" + }, + "locked": { + "lastModified": 0, + "narHash": "sha256-QbD8ntRaz5MEFymBkf+YK24CWPASfjbNLV+2qaEhW1c=", + "path": "../.", + "type": "path" + }, + "original": { + "path": "../.", + "type": "path" + } + } + }, + "root": "root", + "version": 7 +} diff --git a/sources.json b/sources.json index 780d6cd..8633b47 100644 --- a/sources.json +++ b/sources.json @@ -1,22 +1,22 @@ { - "version": "1.0.0-alpha.85", + "version": "1.0.0-alpha.89", "downloadBase": "https://github.com/rustfs/rustfs/releases/download", "files": { "x86_64-linux": { "name": "rustfs-linux-x86_64-musl-latest.zip", - "sha256": "7354b44549d95bb11f564f65bc0df5f9dbb9edc97b6d009dd25306c3a26ab6c9" + "sha256": "26a44be03137bb5530a7d0b3fa1917d12034fda0da58ed0cdc2ba9759d03a0bf" }, "aarch64-linux": { "name": "rustfs-linux-aarch64-musl-latest.zip", - "sha256": "38fb0bef9df78610119b456f7fdbc417f35a07a77ac194598415a2dff380fee8" + "sha256": "b160359783d22c9275c5a188d9dac74539c919407dea7fbe71adf5ad4caa8be7" }, "x86_64-darwin": { "name": "rustfs-macos-x86_64-latest.zip", - "sha256": "62626200861f14a35b47577f955afcce97c4400b4d17bf66391b71c0b1c43764" + "sha256": "edbef78493873b099b675c8c9ac194d9bdb19a250f6bba4d8f8fc6a7931d6de4" }, "aarch64-darwin": { "name": "rustfs-macos-aarch64-latest.zip", - "sha256": "6a0d97e5abde54256285c133890e42c3cc600b66537bb6965b7270147412e82f" + "sha256": "4562dfc023556877df6df4c629450242c2256f5defd55b059ab9bcd118eb2022" } } }