dms-shell: 1.4.4 -> 1.4.4.1 (#509622)

This commit is contained in:
nixpkgs-ci[bot]
2026-04-13 17:13:09 +00:00
committed by GitHub
+2 -2
View File
@@ -28,13 +28,13 @@ buildGoModule (
in
{
pname = "dms-shell";
version = "1.4.4";
version = "1.4.4.1";
src = fetchFromGitHub {
owner = "AvengeMedia";
repo = "DankMaterialShell";
tag = "v${finalAttrs.version}";
hash = "sha256-rfWvWbPVrpujmBp/q9My/70fWgRLaELdrnZB3CZKlWg=";
hash = "sha256-iYBdSBvcW7bJtc84G6k5TFJEbPHQrif9KzZyE9Lbq8M=";
};
sourceRoot = "${finalAttrs.src.name}/core";