noctalia-shell: 3.8.0 -> 3.8.2

This commit is contained in:
wrvsrx
2026-01-04 05:30:57 +08:00
parent fb7944c166
commit 34fc0a5c27
+2 -2
View File
@@ -66,13 +66,13 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "noctalia-shell";
version = "3.8.0";
version = "3.8.2";
src = fetchFromGitHub {
owner = "noctalia-dev";
repo = "noctalia-shell";
tag = "v${finalAttrs.version}";
hash = "sha256-Bh4XcEyG6XRQugahL/2Vd42k/YeGK0f+yW3+Oc74Rp4=";
hash = "sha256-ZjtdQbVPHJeWP8VHWZmSwPwD6fC7Dqmknx1KErzfDks=";
};
nativeBuildInputs = [