noctalia-shell: 3.8.0 -> 3.8.2 (#476713)

This commit is contained in:
Aleksana
2026-01-04 13:55:55 +00:00
committed by GitHub
+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 = [