dms-shell: 1.4.0 -> 1.4.1 (#491820)

This commit is contained in:
Marcus Ramberg
2026-02-18 21:10:21 +00:00
committed by GitHub
+2 -2
View File
@@ -28,13 +28,13 @@ buildGoModule (
in
{
pname = "dms-shell";
version = "1.4.0";
version = "1.4.1";
src = fetchFromGitHub {
owner = "AvengeMedia";
repo = "DankMaterialShell";
tag = "v${finalAttrs.version}";
hash = "sha256-O9NIJqfuSjwY//7OyFH3FqxRHe5M0vmmsXcryOi/bAE=";
hash = "sha256-abNemkJQxp8E9bCNyTlAcFxKx+t1Wsc49J5NRZuyCgs=";
};
sourceRoot = "${finalAttrs.src.name}/core";