Commit dabd79c

HPCesia <me@hpcesia.com>
2026-04-16 15:02:02
build(deps): update noctalia shell
1 parent 66e9fae
Changed files (3)
modules
desktop
de
custom
shell
noctalia
modules/desktop/de/custom/shell/noctalia/default.nix
@@ -1,6 +1,6 @@
 {inputs, ...}: {
   flake-file.inputs.noctalia = {
-    url = "github:noctalia-dev/noctalia-shell/v4.7.1";
+    url = "github:noctalia-dev/noctalia-shell/v4.7.6";
     inputs.nixpkgs.follows = "nixpkgs";
   };
 
flake.lock
@@ -974,16 +974,16 @@
         "noctalia-qs": "noctalia-qs"
       },
       "locked": {
-        "lastModified": 1774224574,
-        "narHash": "sha256-h5jMVGjgrfVPufMG3AMj/HGfU/EqU/4WEK7HCKhMN2E=",
+        "lastModified": 1776239934,
+        "narHash": "sha256-oGMYWsP0qthxQisirZc/r/vpdGTZrInwkh75AC714AE=",
         "owner": "noctalia-dev",
         "repo": "noctalia-shell",
-        "rev": "0b8b4fec43a7a5a685aa761b576f7bc09624d717",
+        "rev": "d85ad414baffd12ea6cf4c88ae5def8e96ec3753",
         "type": "github"
       },
       "original": {
         "owner": "noctalia-dev",
-        "ref": "v4.7.1",
+        "ref": "v4.7.6",
         "repo": "noctalia-shell",
         "type": "github"
       }
flake.nix
@@ -44,7 +44,7 @@
     nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
     nixpkgs-lib.follows = "nixpkgs";
     noctalia = {
-      url = "github:noctalia-dev/noctalia-shell/v4.7.1";
+      url = "github:noctalia-dev/noctalia-shell/v4.7.6";
       inputs.nixpkgs.follows = "nixpkgs";
     };
     nur = {