dms-shell: 1.4.4.1 -> 1.4.5 (#513542)

This commit is contained in:
Marcus Ramberg
2026-04-26 07:37:14 +00:00
committed by GitHub
+2 -2
View File
@@ -28,13 +28,13 @@ buildGoModule (
in
{
pname = "dms-shell";
version = "1.4.4.1";
version = "1.4.5";
src = fetchFromGitHub {
owner = "AvengeMedia";
repo = "DankMaterialShell";
tag = "v${finalAttrs.version}";
hash = "sha256-iYBdSBvcW7bJtc84G6k5TFJEbPHQrif9KzZyE9Lbq8M=";
hash = "sha256-K/DtFratLxaZ4+YS9G+HZA37banWacXYznmul3XPKKM=";
};
sourceRoot = "${finalAttrs.src.name}/core";