We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5a5a52 + 6bb3bee commit 8a87c34Copy full SHA for 8a87c34
pkgs/by-name/gr/grpcui/package.nix
@@ -6,16 +6,16 @@
6
7
buildGoModule rec {
8
pname = "grpcui";
9
- version = "1.4.2";
+ version = "1.4.3";
10
11
src = fetchFromGitHub {
12
owner = "fullstorydev";
13
repo = pname;
14
rev = "v${version}";
15
- sha256 = "sha256-yk9SgQMUga7htP7XTKFk2JGzixxBV3y3PrnkzsiAMbw=";
+ sha256 = "sha256-Tmema+cMPDGuX6Y8atow58GdGMj7croHyj8oiDXSEYk=";
16
};
17
18
- vendorHash = "sha256-uP5jtFji2E6GqpzjD7X5p59TXu7KQVBgEX+Gh0BIclM=";
+ vendorHash = "sha256-a19m+HY6SQ+06LXUDba9KRHRKNxLjzKmldJQaaI6nro=";
19
20
doCheck = false;
21
0 commit comments