flatcc: 0.5.2 -> 0.5.3 (#59495)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flatcc/versions
This commit is contained in:
R. RyanTM 2019-04-14 13:42:47 -07:00 committed by xeji
parent b743d19eda
commit 668f5c9e6f

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "flatcc";
version = "0.5.2";
version = "0.5.3";
src = fetchFromGitHub {
owner = "dvidelabs";
repo = "flatcc";
rev = "v${version}";
sha256 = "sha256:0cb6s9q1cbigss1q7dra0ix2a0iqlh2xxwncbrnmqv17h4lwvglr";
sha256 = "06wnwvnkhw1rk0y3nncjmcyjy3bgpw8i9xqd5gpbhbrm38718cjk";
};
nativeBuildInputs = [ cmake ];