Skip to content

Commit

Permalink
protobuf3_0: 3.0.0-beta-2 -> 3.0.0-beta-3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Jun 15, 2016
1 parent 7102c3c commit 285aee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/protobuf/3.0.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "protobuf-${version}";

version = "3.0.0-beta-2";
version = "3.0.0-beta-3.1";
# make sure you test also -A pythonPackages.protobuf
src = fetchFromGitHub {
owner = "google";
repo = "protobuf";
rev = "v${version}";
sha256 = "0cbr1glgma5vakabsjwcs41pcnn8yphhn037l0zd121zb9gdaqc1";
sha256 = "1lj3q1wq821q9h2y2hhbnvyy4nw3gl0x2g0kplyvd6ivrissfcqx";
};

postPatch = ''
Expand Down

0 comments on commit 285aee3

Please sign in to comment.