Skip to content

Commit 03f7bf4

Browse files
buf: 1.50.0 -> 1.50.1 (#388874)
Co-authored-by: aaronjheng <[email protected]>
2 parents 6696b48 + 7083f71 commit 03f7bf4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/bu/buf/package.nix

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

1111
buildGoModule rec {
1212
pname = "buf";
13-
version = "1.50.0";
13+
version = "1.50.1";
1414

1515
src = fetchFromGitHub {
1616
owner = "bufbuild";
1717
repo = "buf";
1818
rev = "v${version}";
19-
hash = "sha256-XRz6hju80NWi87NgVM/JzRNDIJeJSpZPVVEOoxvQAwc=";
19+
hash = "sha256-n4X8Wgi/5z6fteR+uxr68R3kD7eorMzlAW8jacTZGHg=";
2020
};
2121

22-
vendorHash = "sha256-7+fHUpYTAy/wBZKq58riNsZ29KnHUG0fWRUYfFhCaOY=";
22+
vendorHash = "sha256-HU4Di8ri2d93EUscCx8/gRiEJdLTcnKUaQ4kesKfZ+w=";
2323

2424
patches = [
2525
# Skip a test that requires networking to be available to work.

0 commit comments

Comments
 (0)