Commit 60ab3c5

HPCesia <me@hpcesia.com>
2025-11-12 13:53:42
build(deps): update noctalia shell
1 parent c4fd341
Changed files (2)
flake.lock
@@ -749,15 +749,16 @@
         "systems": "systems_3"
       },
       "locked": {
-        "lastModified": 1762640266,
-        "narHash": "sha256-tHtBx+jbBNPXiLaIjKqIp2skIz0XcdWXusRhypGnrGA=",
+        "lastModified": 1762912993,
+        "narHash": "sha256-8ES1/mLcolndnLsqUE2J7N+dhb/e58jt9Pd5M+b/9/0=",
         "owner": "noctalia-dev",
         "repo": "noctalia-shell",
-        "rev": "e84cc3fb62b98561315f5a8d013cd3b286852a59",
+        "rev": "a1ffa4c7e28b050aa1294e702bd547936d9599e8",
         "type": "github"
       },
       "original": {
         "owner": "noctalia-dev",
+        "ref": "v3.0.10",
         "repo": "noctalia-shell",
         "type": "github"
       }
flake.nix
@@ -23,7 +23,7 @@
 
     nixos-hardware.url = "github:NixOS/nixos-hardware/master";
 
-    noctalia.url = "github:noctalia-dev/noctalia-shell";
+    noctalia.url = "github:noctalia-dev/noctalia-shell/v3.0.10";
     noctalia.inputs.quickshell.follows = "quickshell"; # Recommended by Noctalia's document
 
     nur.url = "github:nix-community/NUR";