Skip to content

Commit 8a87c34

Browse files
authored
grpcui: 1.4.2 -> 1.4.3 (#389133)
2 parents c5a5a52 + 6bb3bee commit 8a87c34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/gr/grpcui/package.nix

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

77
buildGoModule rec {
88
pname = "grpcui";
9-
version = "1.4.2";
9+
version = "1.4.3";
1010

1111
src = fetchFromGitHub {
1212
owner = "fullstorydev";
1313
repo = pname;
1414
rev = "v${version}";
15-
sha256 = "sha256-yk9SgQMUga7htP7XTKFk2JGzixxBV3y3PrnkzsiAMbw=";
15+
sha256 = "sha256-Tmema+cMPDGuX6Y8atow58GdGMj7croHyj8oiDXSEYk=";
1616
};
1717

18-
vendorHash = "sha256-uP5jtFji2E6GqpzjD7X5p59TXu7KQVBgEX+Gh0BIclM=";
18+
vendorHash = "sha256-a19m+HY6SQ+06LXUDba9KRHRKNxLjzKmldJQaaI6nro=";
1919

2020
doCheck = false;
2121

0 commit comments

Comments
 (0)