mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
dms-shell: 1.4.5 -> 1.4.6 (#514632)
This commit is contained in:
commit
d8b7ebae21
1 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue