more updates, nix

This commit is contained in:
2025-05-30 12:39:46 +08:00
parent 843b87981e
commit b6a7d7c4c5
4 changed files with 17 additions and 18 deletions

20
Cargo.lock generated
View File

@@ -1944,9 +1944,9 @@ dependencies = [
[[package]]
name = "lock_api"
version = "0.4.12"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
dependencies = [
"autocfg",
"scopeguard",
@@ -2037,7 +2037,7 @@ dependencies = [
[[package]]
name = "nac3ast"
version = "0.1.0"
source = "git+https://git.m-labs.hk/M-Labs/nac3?rev=0e9166f9d8c35bcb1d0b717ef30c7aa7fc48dd0a#0e9166f9d8c35bcb1d0b717ef30c7aa7fc48dd0a"
source = "git+https://git.m-labs.hk/M-Labs/nac3?rev=77337627ba62fa8b82a40ec5c843e82efb64677d#77337627ba62fa8b82a40ec5c843e82efb64677d"
dependencies = [
"fxhash",
"parking_lot",
@@ -2047,7 +2047,7 @@ dependencies = [
[[package]]
name = "nac3core"
version = "0.1.0"
source = "git+https://git.m-labs.hk/M-Labs/nac3?rev=0e9166f9d8c35bcb1d0b717ef30c7aa7fc48dd0a#0e9166f9d8c35bcb1d0b717ef30c7aa7fc48dd0a"
source = "git+https://git.m-labs.hk/M-Labs/nac3?rev=77337627ba62fa8b82a40ec5c843e82efb64677d#77337627ba62fa8b82a40ec5c843e82efb64677d"
dependencies = [
"crossbeam",
"indexmap",
@@ -2064,7 +2064,7 @@ dependencies = [
[[package]]
name = "nac3core_derive"
version = "0.1.0"
source = "git+https://git.m-labs.hk/M-Labs/nac3?rev=0e9166f9d8c35bcb1d0b717ef30c7aa7fc48dd0a#0e9166f9d8c35bcb1d0b717ef30c7aa7fc48dd0a"
source = "git+https://git.m-labs.hk/M-Labs/nac3?rev=77337627ba62fa8b82a40ec5c843e82efb64677d#77337627ba62fa8b82a40ec5c843e82efb64677d"
dependencies = [
"proc-macro-error",
"proc-macro2",
@@ -2075,7 +2075,7 @@ dependencies = [
[[package]]
name = "nac3parser"
version = "0.1.2"
source = "git+https://git.m-labs.hk/M-Labs/nac3?rev=0e9166f9d8c35bcb1d0b717ef30c7aa7fc48dd0a#0e9166f9d8c35bcb1d0b717ef30c7aa7fc48dd0a"
source = "git+https://git.m-labs.hk/M-Labs/nac3?rev=77337627ba62fa8b82a40ec5c843e82efb64677d#77337627ba62fa8b82a40ec5c843e82efb64677d"
dependencies = [
"ahash",
"lalrpop",
@@ -2559,9 +2559,9 @@ checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
[[package]]
name = "parking_lot"
version = "0.12.3"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
dependencies = [
"lock_api",
"parking_lot_core",
@@ -2569,9 +2569,9 @@ dependencies = [
[[package]]
name = "parking_lot_core"
version = "0.9.10"
version = "0.9.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
dependencies = [
"cfg-if",
"libc",

View File

@@ -15,4 +15,4 @@ rustfft = "6.2"
[dependencies.nac3core]
git = "https://git.m-labs.hk/M-Labs/nac3"
rev = "0e9166f9d8c35bcb1d0b717ef30c7aa7fc48dd0a"
rev = "77337627ba62fa8b82a40ec5c843e82efb64677d"

8
flake.lock generated
View File

@@ -2,16 +2,16 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1740932899,
"narHash": "sha256-F0qDu2egq18M3edJwEOAE+D+VQ+yESK6YWPRQBfOqq8=",
"lastModified": 1748302896,
"narHash": "sha256-ixMT0a8mM091vSswlTORZj93WQAJsRNmEvqLL+qwTFM=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "1546c45c538633ae40b93e2d14e0bb6fd8f13347",
"rev": "7848cd8c982f7740edf76ddb3b43d234cb80fc4d",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-24.11",
"ref": "nixos-25.05",
"repo": "nixpkgs",
"type": "github"
}

View File

@@ -1,7 +1,7 @@
{
description = "Cells";
inputs.nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-24.11";
inputs.nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-25.05";
outputs = { self, nixpkgs }:
let
@@ -20,8 +20,7 @@
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"nac3ast-0.1.0" = "sha256-5FgoYD7poyLggFbRXUUYEruqvMDiFrmW+l954Kf3PDE=";
"inkwell-0.5.0" = "sha256-Qsqy/fhD/qK0rKBeXetE99vW9G9XAePxlXv0An3Yeuo=";
"nac3ast-0.1.0" = "sha256-hXxnvSV/6Z76xlOKWDdGlNiyPaFpmWMgx0wTJV1i0f4=";
};
};
nativeBuildInputs = [