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

@ -34,15 +34,14 @@
], ],
"nixpkgs": [ "nixpkgs": [
"nixpkgs" "nixpkgs"
], ]
"rust-overlay": []
}, },
"locked": { "locked": {
"lastModified": 1720132148, "lastModified": 1720298516,
"narHash": "sha256-BlooLtPPo6453esxubBut3AkDvne80H+TgDMVMWoBhs=", "narHash": "sha256-5klgZHJbtoKzimFyxuoxtIQgVm7wpryznKw4b/nQXBg=",
"owner": "uku3lig", "owner": "uku3lig",
"repo": "api-rs", "repo": "api-rs",
"rev": "9a608e741a47250dbb84550a37255e8d3a80ac80", "rev": "ca02c1b7accfa60b25ca8abc11d8c4ae08942988",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -246,11 +245,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1720188602, "lastModified": 1720289319,
"narHash": "sha256-lC3byBmhVZFzWl/dCic8+cKUEEAXAswWOYjq4paFmbo=", "narHash": "sha256-E3CjSsXNDWYqoNjrKQLPdEZDLR+mVI9HMa+jY//FjBY=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "e3582e5151498bc4d757e8361431ace8529e7bb7", "rev": "10486e6b311b3c5ae1c3477fee058704cea7cb4a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -506,15 +505,14 @@
], ],
"nixpkgs": [ "nixpkgs": [
"nixpkgs" "nixpkgs"
], ]
"rust-overlay": []
}, },
"locked": { "locked": {
"lastModified": 1719870142, "lastModified": 1720302471,
"narHash": "sha256-x6qVZVBNwkgnIGd8xMUroU84jT6xoTcfJhinf4wSk9g=", "narHash": "sha256-qShvS3tZh7QzEVPXEAKwo65bBZA+VQ7hzqfD9f7db1U=",
"owner": "uku3lig", "owner": "uku3lig",
"repo": "ukubot-rs", "repo": "ukubot-rs",
"rev": "80cbeb54ad97826ab7a72e302d6651fcdfc49e8e", "rev": "baece2468da12083ada422fe41d43ccb44dc7163",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

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