chore: bump locks

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
raito 2024-12-14 18:29:22 +01:00
parent a08351a9d4
commit a4443d8eac
4 changed files with 2258 additions and 878 deletions

953
Cargo.lock generated

File diff suppressed because it is too large Load diff

2173
Cargo.nix

File diff suppressed because it is too large Load diff

View file

@ -2,16 +2,16 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1717667611,
"narHash": "sha256-MA50QcNTCV3AUc+0RtyhHcYMAZ81ZkVypm/lHUq5BP0=",
"lastModified": 1734143535,
"narHash": "sha256-YVchPYuRpCFWqx6EVA1V1CY0NCTI1d3fADjOlB6oYe0=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "d1930fa7524da1d320d00eecba84e81810477f3a",
"rev": "6160d771fb09b838abefba72df27c0c32699fe45",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-24.05-small",
"ref": "nixos-unstable-small",
"repo": "nixpkgs",
"type": "github"
}

View file

@ -1,7 +1,7 @@
{
description = "Channel release management tools";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05-small";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
outputs = { self, nixpkgs }:
{