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.
1 parent 099934f commit 2198ecaCopy full SHA for 2198eca
pkgs/by-name/bu/buf/package.nix
@@ -10,16 +10,16 @@
10
11
buildGoModule rec {
12
pname = "buf";
13
- version = "1.47.2";
+ version = "1.48.0";
14
15
src = fetchFromGitHub {
16
owner = "bufbuild";
17
repo = "buf";
18
rev = "v${version}";
19
- hash = "sha256-rEz39E6sid9nNV5lzXwLh/GHrz5aVl67+BKfooH3+Nk=";
+ hash = "sha256-F1ZmhVAjm8KVFePXLeOnyvh1TvjXBDCwUizwQSpp6L4=";
20
};
21
22
- vendorHash = "sha256-dSNmMc7iWtrItFuz341FpYWo5AyExgO7e7Fbib2gCS8=";
+ vendorHash = "sha256-M5q93hJjEsdMG4N+bjHTTUqBLgy2b7oIRmkizuGxeoE=";
23
24
patches = [
25
# Skip a test that requires networking to be available to work.
0 commit comments