Skip to content

Commit 2198eca

Browse files
committed
buf: 1.47.2 -> 1.48.0
1 parent 099934f commit 2198eca

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.47.2";
13+
version = "1.48.0";
1414

1515
src = fetchFromGitHub {
1616
owner = "bufbuild";
1717
repo = "buf";
1818
rev = "v${version}";
19-
hash = "sha256-rEz39E6sid9nNV5lzXwLh/GHrz5aVl67+BKfooH3+Nk=";
19+
hash = "sha256-F1ZmhVAjm8KVFePXLeOnyvh1TvjXBDCwUizwQSpp6L4=";
2020
};
2121

22-
vendorHash = "sha256-dSNmMc7iWtrItFuz341FpYWo5AyExgO7e7Fbib2gCS8=";
22+
vendorHash = "sha256-M5q93hJjEsdMG4N+bjHTTUqBLgy2b7oIRmkizuGxeoE=";
2323

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

0 commit comments

Comments
 (0)