Skip to content

Commit

Permalink
Merge pull request #162437 from r-ryantm/auto-update/buf
Browse files Browse the repository at this point in the history
buf: 1.0.0 -> 1.1.0
  • Loading branch information
raboof committed Mar 2, 2022
2 parents 302eaff + 24ac686 commit 28e52fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/buf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@

buildGoModule rec {
pname = "buf";
version = "1.0.0";
version = "1.1.0";

src = fetchFromGitHub {
owner = "bufbuild";
repo = pname;
rev = "v${version}";
sha256 = "sha256-jJaob2eaozMFRsXwW6ulgM5De3UmpLZddTHwq6PnaeE=";
sha256 = "sha256-8GwZsFvxaTtG/q7DaWvZcGdbyJ4Cm41BqSvwq3SqoEg=";
};

vendorSha256 = "sha256-wPnrkfv6pJB6tkZo2oeMbWHbF9njGh1ZEWu8tkHDhGo=";
vendorSha256 = "sha256-g3bvfNF0XkC12/tRZsO+o2z20w+riWiHOer8Pzp1QF0=";

patches = [
# Skip a test that requires networking to be available to work.
Expand Down

0 comments on commit 28e52fe

Please sign in to comment.