feat: upgrade noctalia-shell

This commit is contained in:
2025-12-14 13:46:56 +08:00
parent 3d6620a308
commit d5f027f586
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View File

@@ -987,16 +987,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1765298291, "lastModified": 1766068587,
"narHash": "sha256-2vmjE1RD0ky+LkFQ1tUChfDQF9984o4ntFXIks0P7m8=", "narHash": "sha256-nlimljubh2NCfSllK5QGEgqcJO92nT5JXz4Bpk5m6hw=",
"owner": "noctalia-dev", "owner": "noctalia-dev",
"repo": "noctalia-shell", "repo": "noctalia-shell",
"rev": "83bdb5b0fcb5b1a4306a6fad3e7c7bba245010c4", "rev": "a75fdead1aa5eeeef7f5394cb8ca4dbd6fe6d1a4",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "noctalia-dev", "owner": "noctalia-dev",
"ref": "v3.6.2", "ref": "v3.7.1",
"repo": "noctalia-shell", "repo": "noctalia-shell",
"type": "github" "type": "github"
} }

View File

@@ -61,7 +61,7 @@
zen.inputs.nixpkgs.follows = "nixpkgs"; zen.inputs.nixpkgs.follows = "nixpkgs";
noctalia = { noctalia = {
url = "github:noctalia-dev/noctalia-shell/v3.6.2"; url = "github:noctalia-dev/noctalia-shell/v3.7.1";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };