Skip to content

Commit

Permalink
buf: 1.45.0 -> 1.46.0 (#352849)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusramberg authored Nov 8, 2024
2 parents 8e8f317 + b3727e4 commit 40a0b93
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkgs/by-name/bu/buf/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@

buildGoModule rec {
pname = "buf";
version = "1.45.0";
version = "1.46.0";

src = fetchFromGitHub {
owner = "bufbuild";
repo = "buf";
rev = "v${version}";
hash = "sha256-zmk9o0P4BaUqng9E/s6KKWntwS4NmTg/xPTrQruTQSo=";
hash = "sha256-XLVEZYQEq9qXrH7EytoHO3QExOAZX6N57amcKBy5ORE=";
};

vendorHash = "sha256-NMrPBUwbDsXW8tc5l1Liqd19+v2RrXf6dlcwVnHxVXQ=";
vendorHash = "sha256-P1MNwpz3UbaQHLFv5mMs9d0xulitfAD90T1jWxVi5/k=";

patches = [
# Skip a test that requires networking to be available to work.
Expand Down Expand Up @@ -75,12 +75,12 @@ buildGoModule rec {

passthru.tests.version = testers.testVersion { package = buf; };

meta = with lib; {
meta = {
homepage = "https://buf.build";
changelog = "https://github.com/bufbuild/buf/releases/tag/v${version}";
description = "Create consistent Protobuf APIs that preserve compatibility and comply with design best-practices";
license = licenses.asl20;
maintainers = with maintainers; [ jk lrewega aaronjheng ];
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ jk lrewega aaronjheng ];
mainProgram = "buf";
};
}

0 comments on commit 40a0b93

Please sign in to comment.