dms-shell: 1.4.1 -> 1.4.2 (#492838)

This commit is contained in:
dish
2026-02-21 14:26:54 -05:00
committed by GitHub
+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";