dms-shell: 1.4.5 -> 1.4.6 (#514632)

This commit is contained in:
Marcus Ramberg 2026-04-29 09:35:59 +02:00 committed by GitHub
commit d8b7ebae21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,13 +28,13 @@ buildGoModule (
in
{
pname = "dms-shell";
version = "1.4.5";
version = "1.4.6";
src = fetchFromGitHub {
owner = "AvengeMedia";
repo = "DankMaterialShell";
tag = "v${finalAttrs.version}";
hash = "sha256-K/DtFratLxaZ4+YS9G+HZA37banWacXYznmul3XPKKM=";
hash = "sha256-g6r/Gx8PTDzO3jCNzzySA+Ff1lmLF9nDlMCNyyoQjoE=";
};
sourceRoot = "${finalAttrs.src.name}/core";