diff --git a/examples/flake.lock b/examples/flake.lock new file mode 100644 index 0000000..b0709b4 --- /dev/null +++ b/examples/flake.lock @@ -0,0 +1,59 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1773734432, + "narHash": "sha256-IF5ppUWh6gHGHYDbtVUyhwy/i7D261P7fWD1bPefOsw=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "cda48547b432e8d3b18b4180ba07473762ec8558", + "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-zq99M03ZcvxMve6pU1PQ8KHDryLJeohMaPnu2M9icnM=", + "path": "../.", + "type": "path" + }, + "original": { + "path": "../.", + "type": "path" + } + } + }, + "root": "root", + "version": 7 +} diff --git a/sources.json b/sources.json index 780d6cd..386c1a4 100644 --- a/sources.json +++ b/sources.json @@ -1,22 +1,22 @@ { - "version": "1.0.0-alpha.85", + "version": "1.0.0-alpha.88", "downloadBase": "https://github.com/rustfs/rustfs/releases/download", "files": { "x86_64-linux": { "name": "rustfs-linux-x86_64-musl-latest.zip", - "sha256": "7354b44549d95bb11f564f65bc0df5f9dbb9edc97b6d009dd25306c3a26ab6c9" + "sha256": "afbb4d82464f6e921c0cf90c6e7f892213b964a827b84bcdd652b4c594ae6575" }, "aarch64-linux": { "name": "rustfs-linux-aarch64-musl-latest.zip", - "sha256": "38fb0bef9df78610119b456f7fdbc417f35a07a77ac194598415a2dff380fee8" + "sha256": "6269ad66dc7924308650fa349f95be56577e965f2b85fa1d391ef7101f363f37" }, "x86_64-darwin": { "name": "rustfs-macos-x86_64-latest.zip", - "sha256": "62626200861f14a35b47577f955afcce97c4400b4d17bf66391b71c0b1c43764" + "sha256": "dc97fdfef532115d9339a11fa021f1bc263fc0ab20af0849885aad12f185d65b" }, "aarch64-darwin": { "name": "rustfs-macos-aarch64-latest.zip", - "sha256": "6a0d97e5abde54256285c133890e42c3cc600b66537bb6965b7270147412e82f" + "sha256": "76ab48e86de6b9ef8bbade471962998857838a6fbde2536cc5eb1ba6323f0088" } } }