summary refs log tree commit diff
path: root/pkgs/development/libraries/protobuf
diff options
context:
space:
mode:
authorNathan Zadoks <nathan@nathan7.eu>2016-08-16 12:07:09 +0200
committerNathan Zadoks <nathan@nathan7.eu>2016-08-16 12:09:36 +0200
commit874e90fd6620a914009828381b425788ac0f09c9 (patch)
treef19ef95998e1d52600f4b6dc1f7e7c4cfa9bad5a /pkgs/development/libraries/protobuf
parent6d75bf842bd89fb531412a83b31c93af2a10d428 (diff)
downloadnixpkgs-874e90fd6620a914009828381b425788ac0f09c9.tar
nixpkgs-874e90fd6620a914009828381b425788ac0f09c9.tar.gz
nixpkgs-874e90fd6620a914009828381b425788ac0f09c9.tar.bz2
nixpkgs-874e90fd6620a914009828381b425788ac0f09c9.tar.lz
nixpkgs-874e90fd6620a914009828381b425788ac0f09c9.tar.xz
nixpkgs-874e90fd6620a914009828381b425788ac0f09c9.tar.zst
nixpkgs-874e90fd6620a914009828381b425788ac0f09c9.zip
protobuf: 3.0.0-beta-3.1 -> 3.0.0
Diffstat (limited to 'pkgs/development/libraries/protobuf')
-rw-r--r--pkgs/development/libraries/protobuf/3.0.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/protobuf/3.0.nix b/pkgs/development/libraries/protobuf/3.0.nix
index a547dff14cc..16a39daf790 100644
--- a/pkgs/development/libraries/protobuf/3.0.nix
+++ b/pkgs/development/libraries/protobuf/3.0.nix
@@ -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 = ''