noctalia-shell: 4.2.5 -> 4.3.0

This commit is contained in:
wrvsrx
2026-02-02 17:02:58 +08:00
parent 62c8382960
commit 46aa96cd6a
+2 -2
View File
@@ -64,13 +64,13 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "noctalia-shell";
version = "4.2.5";
version = "4.3.0";
src = fetchFromGitHub {
owner = "noctalia-dev";
repo = "noctalia-shell";
tag = "v${finalAttrs.version}";
hash = "sha256-SHavMqGRv78sND/wQ53OhBBE2VBhgE3bSNRxxo5z7FE=";
hash = "sha256-u+M2dCw9PznZTgn51DwHpX4VcU9ZC9Acub7qKhCpr3c=";
};
nativeBuildInputs = [