diff --git a/examples/flake.lock b/examples/flake.lock new file mode 100644 index 0000000..abf6b8e --- /dev/null +++ b/examples/flake.lock @@ -0,0 +1,59 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1773646010, + "narHash": "sha256-iYrs97hS7p5u4lQzuNWzuALGIOdkPXvjz7bviiBjUu8=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "5b2c2d84341b2afb5647081c1386a80d7a8d8605", + "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-ka9xUQqpH4v4RXbxhe5SZhmzcAcb2cDuuMn6x7dRJuY=", + "path": "../.", + "type": "path" + }, + "original": { + "path": "../.", + "type": "path" + } + } + }, + "root": "root", + "version": 7 +} diff --git a/sources.json b/sources.json index 780d6cd..d0f660e 100644 --- a/sources.json +++ b/sources.json @@ -1,22 +1,22 @@ { - "version": "1.0.0-alpha.85", + "version": "1.0.0-alpha.86", "downloadBase": "https://github.com/rustfs/rustfs/releases/download", "files": { "x86_64-linux": { "name": "rustfs-linux-x86_64-musl-latest.zip", - "sha256": "7354b44549d95bb11f564f65bc0df5f9dbb9edc97b6d009dd25306c3a26ab6c9" + "sha256": "9c3855f3665b9a9d677023a97e3121d832380e724f4807502ae1e426b8003c49" }, "aarch64-linux": { "name": "rustfs-linux-aarch64-musl-latest.zip", - "sha256": "38fb0bef9df78610119b456f7fdbc417f35a07a77ac194598415a2dff380fee8" + "sha256": "bf59046174135458d2245279da4a96a7ba13715f3aadd404749f4300e838eb5d" }, "x86_64-darwin": { "name": "rustfs-macos-x86_64-latest.zip", - "sha256": "62626200861f14a35b47577f955afcce97c4400b4d17bf66391b71c0b1c43764" + "sha256": "8d0a7727bbdaf0a765125f0401a3b269d28ea12bcf19d904f713f116dc375f3f" }, "aarch64-darwin": { "name": "rustfs-macos-aarch64-latest.zip", - "sha256": "6a0d97e5abde54256285c133890e42c3cc600b66537bb6965b7270147412e82f" + "sha256": "a3bbcdc513a07af9044f74a78e3abef77b660d46397f889939d9d1b674b0b3f8" } } }