nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

go-protobuf: 1.5.3 -> 1.5.4

+3 -3
+3 -3
pkgs/development/tools/go-protobuf/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "go-protobuf"; 5 - version = "1.5.3"; 5 + version = "1.5.4"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "golang"; 9 9 repo = "protobuf"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-cRB4oicBfYvhqtzafWWmf82AuvSnB0NhHwpp0pjgwQ0="; 11 + sha256 = "sha256-AfyZ6xlqmrsVqtoKV1XMEo/Vba9Kpu1EgwfF6pPSZ64="; 12 12 }; 13 13 14 - vendorHash = "sha256-CcJjFMslSUiZMM0LLMM3BR53YMxyWk8m7hxjMI9tduE="; 14 + vendorHash = "sha256-jGAWUgW0DA7EwmlzVxnBmtbf2dp+P4Qwcb8mTAEhUi4="; 15 15 16 16 meta = with lib; { 17 17 homepage = "https://github.com/golang/protobuf";