noctalia-shell: 3.7.5 -> 3.8.0

This commit is contained in:
wrvsrx
2025-12-30 10:37:55 +08:00
parent c0b0e0fddf
commit 4c02dda75a
+2 -2
View File
@@ -66,13 +66,13 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "noctalia-shell";
version = "3.7.5";
version = "3.8.0";
src = fetchFromGitHub {
owner = "noctalia-dev";
repo = "noctalia-shell";
tag = "v${finalAttrs.version}";
hash = "sha256-TBrsYS+n+8AsXRAP4wA3JNOdT604QmPo8yeSTT/p61I=";
hash = "sha256-Bh4XcEyG6XRQugahL/2Vd42k/YeGK0f+yW3+Oc74Rp4=";
};
nativeBuildInputs = [