noctalia-shell: 4.7.5 -> 4.7.6 (#510305)

This commit is contained in:
Nick Cao
2026-04-16 19:45:31 +00:00
committed by GitHub
+2 -2
View File
@@ -68,13 +68,13 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "noctalia-shell";
version = "4.7.5";
version = "4.7.6";
src = fetchFromGitHub {
owner = "noctalia-dev";
repo = "noctalia-shell";
tag = "v${finalAttrs.version}";
hash = "sha256-0xoCuJSRSWcn4mCX382lCxqLbnuOrrqS4dOcdpoUmZg=";
hash = "sha256-oGMYWsP0qthxQisirZc/r/vpdGTZrInwkh75AC714AE=";
};
nativeBuildInputs = [