Skip to content

Commit e28b3f0

Browse files
committed
ugm: 1.5.0 -> 1.6.0
1 parent a3a6786 commit e28b3f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ug/ugm/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
buildGoModule rec {
99
pname = "ugm";
10-
version = "1.5.0";
10+
version = "1.6.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "ariasmn";
1414
repo = "ugm";
1515
rev = "v${version}";
16-
hash = "sha256-Ui/JYU/ZbMP8E20vWHah1GFFVu5E4xf0RaVv9X0QnR4=";
16+
hash = "sha256-FTgu5bzhX+B71dj4wHcgwbtrde5fzF98zMV1lRO++AE=";
1717
};
1818

19-
vendorHash = "sha256-34D9fQnmKnOyUqshduLmFiVgcVKi7mDKBs3X5ZQxsuw=";
19+
vendorHash = "sha256-Nz9Be2Slfan6FmV9/OxVh7GrLgHBhmt5nOOuXNfjy48=";
2020

2121
nativeBuildInputs = [ makeWrapper ];
2222

0 commit comments

Comments
 (0)