dms-shell: 1.4.3 -> 1.4.4

Changelog: https://github.com/AvengeMedia/DankMaterialShell/releases/tag/v1.4.4
This commit is contained in:
Arjan Schrijver
2026-03-23 19:51:27 +01:00
parent 16b430b0e3
commit 4bd8947fbe
+2 -2
View File
@@ -28,13 +28,13 @@ buildGoModule (
in
{
pname = "dms-shell";
version = "1.4.3";
version = "1.4.4";
src = fetchFromGitHub {
owner = "AvengeMedia";
repo = "DankMaterialShell";
tag = "v${finalAttrs.version}";
hash = "sha256-5T139SdJNObUXrZ5afKUL+e6U8wqRsSX+yzcGKqFAkc=";
hash = "sha256-rfWvWbPVrpujmBp/q9My/70fWgRLaELdrnZB3CZKlWg=";
};
sourceRoot = "${finalAttrs.src.name}/core";