noctalia-shell: 4.2.5 -> 4.3.0 (#486206)

This commit is contained in:
Nick Cao
2026-02-03 01:22:40 +00:00
committed by GitHub
+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 = [