Skip to content

Commit

Permalink
go-protobuf: 1.3.1 -> 1.3.2
Browse files Browse the repository at this point in the history
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/go-protobuf/versions
  • Loading branch information
r-ryantm committed Aug 4, 2019
1 parent 5332890 commit 0680b8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/go-protobuf/default.nix
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
name = "go-protobuf-${version}";
version = "1.3.1";
version = "1.3.2";

src = fetchFromGitHub {
owner = "golang";
repo = "protobuf";
rev = "v${version}";
sha256 = "15am4s4646qy6iv0g3kkqq52rzykqjhm4bf08dk0fy2r58knpsyl";
sha256 = "1k1wb4zr0qbwgpvz9q5ws9zhlal8hq7dmq62pwxxriksayl6hzym";
};

modSha256 = "0sjjj9z1dhilhpc8pq4154czrb79z9cm044jvn75kxcjv6v5l2m5";
Expand Down

0 comments on commit 0680b8f

Please sign in to comment.