feat: upgrade noctalia-shell

This commit is contained in:
2025-12-07 16:34:21 +08:00
parent 814511c939
commit 5988a98a09
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View File

@@ -987,16 +987,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1764623294, "lastModified": 1765298291,
"narHash": "sha256-h94W20ZYS2HF1tSV7ZfZQf4Tsj9/0wofkBiRlepG/io=", "narHash": "sha256-2vmjE1RD0ky+LkFQ1tUChfDQF9984o4ntFXIks0P7m8=",
"owner": "noctalia-dev", "owner": "noctalia-dev",
"repo": "noctalia-shell", "repo": "noctalia-shell",
"rev": "30f11dc05202b85b390547ed194ef64f149b97f0", "rev": "83bdb5b0fcb5b1a4306a6fad3e7c7bba245010c4",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "noctalia-dev", "owner": "noctalia-dev",
"ref": "v3.5.0", "ref": "v3.6.2",
"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.5.0"; url = "github:noctalia-dev/noctalia-shell/v3.6.2";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };