haskell-protocol-buffers-descriptor: update to version 2.0.17
This commit is contained in:
parent
ae3d32a210
commit
52752e3e7b
|
@ -4,14 +4,13 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "protocol-buffers-descriptor";
|
pname = "protocol-buffers-descriptor";
|
||||||
version = "2.0.14";
|
version = "2.0.17";
|
||||||
sha256 = "0xbpmm9a4fg42c9zbarawqdl4klfjjc233ilbsibb7asa3v7zmj3";
|
sha256 = "0jl041645d83iqqiw891d2k760jql6djvi2mmjh9lnmp48lwjy3p";
|
||||||
buildDepends = [ protocolBuffers ];
|
buildDepends = [ protocolBuffers ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://code.haskell.org/protocol-buffers/";
|
homepage = "http://code.haskell.org/protocol-buffers/";
|
||||||
description = "Text.DescriptorProto.Options and code generated from the Google Protocol Buffer specification";
|
description = "Text.DescriptorProto.Options and code generated from the Google Protocol Buffer specification";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue