dms-shell: 1.2.3 -> 1.4.0

This commit is contained in:
LuckShiba
2026-02-17 16:29:36 -03:00
parent 37a25896b2
commit afb7834a03
+5 -3
View File
@@ -19,6 +19,8 @@ buildGoModule (
kirigami.unwrapped
sonnet
qtmultimedia
qtimageformats
kimageformats
];
qmlImportPath = lib.concatStringsSep ":" (map (o: "${o}/${qt6.qtbase.qtQmlPrefix}") qmlPkgs);
@@ -26,18 +28,18 @@ buildGoModule (
in
{
pname = "dms-shell";
version = "1.2.3";
version = "1.4.0";
src = fetchFromGitHub {
owner = "AvengeMedia";
repo = "DankMaterialShell";
tag = "v${finalAttrs.version}";
hash = "sha256-P//moH3z9r4PXirTzXVsccQINsK5AIlF9RWOBwK3vLc=";
hash = "sha256-O9NIJqfuSjwY//7OyFH3FqxRHe5M0vmmsXcryOi/bAE=";
};
sourceRoot = "${finalAttrs.src.name}/core";
vendorHash = "sha256-9CnZFtjXXWYELRiBX2UbZvWopnl9Y1ILuK+xP6YQZ9U=";
vendorHash = "sha256-cVUJXgzYMRSM0od1xzDVkMTdxHu3OIQX2bQ8AJbGQ1Q=";
ldflags = [
"-s"