Commit b50b89b4 authored by LuckShiba's avatar LuckShiba
Browse files

dms-shell: 1.4.5 -> 1.4.6

parent 855fa6b6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";