noctalia: 5.0.0-beta.4 -> 5.0.0-beta.5

Changelog: https://noctalia.dev/changelogs#v5.0.0-beta.5
This commit is contained in:
dish
2026-07-25 15:50:09 -04:00
parent 877c6e9372
commit dd904cf110
+5 -5
View File
@@ -61,13 +61,13 @@ stdenv.mkDerivation (finalAttrs: {
__structuredAttrs = true;
pname = "noctalia";
version = "5.0.0-beta.4";
version = "5.0.0-beta.5";
src = fetchFromGitHub {
owner = "noctalia-dev";
repo = "noctalia";
tag = "v${finalAttrs.version}";
hash = "sha256-jXz2vFHgidbyU46ScROLSuBIhsqqtyqNu2M0tmGX/FA=";
hash = "sha256-iq/Eqx62P/JJDpW7CgEsMWWPwOexIWRKXtqKF/drawA=";
};
strictDeps = true;
@@ -129,9 +129,9 @@ stdenv.mkDerivation (finalAttrs: {
};
meta = {
description = "A sleek, customizable desktop shell crafted for Wayland.";
homepage = "https://github.com/noctalia-dev/noctalia";
changelog = "https://github.com/noctalia-dev/noctalia/releases/tag/v${finalAttrs.version}";
description = "Sleek, customizable desktop shell crafted for Wayland";
homepage = "https://noctalia.dev";
changelog = "https://noctalia.dev/changelogs#v${finalAttrs.version}";
license = with lib.licenses; [
mit
asl20 # material_color_utilities is Apache 2.0