flake.lock: Update

Flake lock file updates:

• Updated input 'api-rs':
    'github:uku3lig/api-rs/9a608e741a47250dbb84550a37255e8d3a80ac80?narHash=sha256-BlooLtPPo6453esxubBut3AkDvne80H%2BTgDMVMWoBhs%3D' (2024-07-04)
  → 'github:uku3lig/api-rs/ca02c1b7accfa60b25ca8abc11d8c4ae08942988?narHash=sha256-5klgZHJbtoKzimFyxuoxtIQgVm7wpryznKw4b/nQXBg%3D' (2024-07-06)
• Removed input 'api-rs/rust-overlay'
• Updated input 'home-manager':
    'github:nix-community/home-manager/e3582e5151498bc4d757e8361431ace8529e7bb7?narHash=sha256-lC3byBmhVZFzWl/dCic8%2BcKUEEAXAswWOYjq4paFmbo%3D' (2024-07-05)
  → 'github:nix-community/home-manager/10486e6b311b3c5ae1c3477fee058704cea7cb4a?narHash=sha256-E3CjSsXNDWYqoNjrKQLPdEZDLR%2BmVI9HMa%2BjY//FjBY%3D' (2024-07-06)
• Updated input 'ukubot-rs':
    'github:uku3lig/ukubot-rs/80cbeb54ad97826ab7a72e302d6651fcdfc49e8e?narHash=sha256-x6qVZVBNwkgnIGd8xMUroU84jT6xoTcfJhinf4wSk9g%3D' (2024-07-01)
  → 'github:uku3lig/ukubot-rs/baece2468da12083ada422fe41d43ccb44dc7163?narHash=sha256-qShvS3tZh7QzEVPXEAKwo65bBZA%2BVQ7hzqfD9f7db1U%3D' (2024-07-06)
• Removed input 'ukubot-rs/rust-overlay'
This commit is contained in:
uku 2024-07-06 23:53:32 +02:00
parent fe0195b829
commit 67599df305
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
2 changed files with 11 additions and 15 deletions

View file

@ -111,14 +111,12 @@
url = "github:uku3lig/api-rs";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-parts.follows = "flake-parts";
inputs.rust-overlay.follows = "";
};
ukubot-rs = {
url = "github:uku3lig/ukubot-rs";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-parts.follows = "flake-parts";
inputs.rust-overlay.follows = "";
};
};
}