dms-shell: 1.4.3 -> 1.4.4 (#502768)

This commit is contained in:
Marcus Ramberg
2026-03-23 19:21:15 +00:00
committed by GitHub
+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";