1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #17772 from nathan7/protobuf-3.0.0

protobuf: 3.0.0-beta-3.1 -> 3.0.0
This commit is contained in:
Eelco Dolstra 2016-08-16 12:47:41 +02:00 committed by GitHub
commit 16b0724efe

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "protobuf-${version}";
version = "3.0.0-beta-3.1";
version = "3.0.0";
# make sure you test also -A pythonPackages.protobuf
src = fetchFromGitHub {
owner = "google";
repo = "protobuf";
rev = "v${version}";
sha256 = "1lj3q1wq821q9h2y2hhbnvyy4nw3gl0x2g0kplyvd6ivrissfcqx";
sha256 = "05qkcl96lkdama848m7q3nzzzdckjc158iiyvgmln0zi232xx7g7";
};
postPatch = ''