update dependencies

This commit is contained in:
Sebastien Bourdeauducq 2024-12-02 20:30:20 +08:00
parent abdc97f9de
commit 477f808d39
4 changed files with 483 additions and 224 deletions

693
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -15,4 +15,4 @@ rustfft = "6.2"
[dependencies.nac3core]
git = "https://git.m-labs.hk/M-Labs/nac3"
rev = "5839badadd732262dc24af2971a94dde60f7103e"
rev = "01edd5af67df3716d3558cce5c7e3bc6516688a2"

8
flake.lock generated
View File

@ -2,16 +2,16 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1728193676,
"narHash": "sha256-PbDWAIjKJdlVg+qQRhzdSor04bAPApDqIv2DofTyynk=",
"lastModified": 1732981179,
"narHash": "sha256-F7thesZPvAMSwjRu0K8uFshTk3ZZSNAsXTIFvXBT+34=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "ecbc1ca8ffd6aea8372ad16be9ebbb39889e55b6",
"rev": "62c435d93bf046a5396f3016472e8f7c8e2aed65",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-24.05",
"ref": "nixos-24.11",
"repo": "nixpkgs",
"type": "github"
}

View File

@ -1,7 +1,7 @@
{
description = "Cells";
inputs.nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-24.05";
inputs.nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-24.11";
outputs = { self, nixpkgs }:
let
@ -20,7 +20,7 @@
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"nac3ast-0.1.0" = "sha256-38HCzhXPl3RG6hMs+Aq0iuuN58eK2cioAXWOzAGk4qU=";
"nac3ast-0.1.0" = "sha256-uYWUFre+S9e6Q5bDGdN4z3COKiFh2u3zcUYjFStwOVk=";
};
};
nativeBuildInputs = [