dms-shell: 1.4.1 -> 1.4.2

This commit is contained in:
LuckShiba
2026-02-21 15:55:06 -03:00
parent 7c49c8e4e9
commit a479ce742b
+2 -2
View File
@@ -28,13 +28,13 @@ buildGoModule (
in
{
pname = "dms-shell";
version = "1.4.1";
version = "1.4.2";
src = fetchFromGitHub {
owner = "AvengeMedia";
repo = "DankMaterialShell";
tag = "v${finalAttrs.version}";
hash = "sha256-abNemkJQxp8E9bCNyTlAcFxKx+t1Wsc49J5NRZuyCgs=";
hash = "sha256-qPm0HLKFIN8nBiTJwA4Jq5R3KPNoMHBxkpVJ4DQ9PBI=";
};
sourceRoot = "${finalAttrs.src.name}/core";