buf: 1.24.0 -> 1.25.0

This commit is contained in:
R. Ryantm 2023-07-27 00:05:52 +00:00
parent 78df3591ec
commit 1f65672cba

View File

@ -10,16 +10,16 @@
buildGoModule rec {
pname = "buf";
version = "1.24.0";
version = "1.25.0";
src = fetchFromGitHub {
owner = "bufbuild";
repo = pname;
rev = "v${version}";
hash = "sha256-DMZYjtIuN8b03UOAEtz32+Cj2MaE46v2k0IHT7YiZfk=";
hash = "sha256-koYRJCO9G8McoFNe2P61y+q7T4gZ1MBNAy9jFC63kds=";
};
vendorHash = "sha256-uBM5r3cT0c4NUOfWaqkxRJ06p2GtOwvSOQfvP77ivTA=";
vendorHash = "sha256-2UA8rp2ZHTUnYialFXrIlH+RzfZHtdKn0dc+Dfps8ow=";
patches = [
# Skip a test that requires networking to be available to work.