Merge pull request #34669 from ryantm/bcunit

bcunit: 3.0 -> 3.0.2
This commit is contained in:
adisbladis 2018-02-06 23:13:33 +08:00 committed by GitHub
commit 5f17cd4c0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "${baseName}-${version}";
baseName = "bcunit";
version = "3.0";
version = "3.0.2";
buildInputs = [cmake];
src = fetchFromGitHub {
owner = "BelledonneCommunications";
repo = "${baseName}";
rev = "${version}";
sha256 = "1kdq9w8i3nypfz7d43rmv1csqrqpip9p8xfa7vyp52aqkmhrby9l";
sha256 = "063yl7kxkix76r49qrj0h1qpz2p538d1yw8aih0x4i47g35k00y7";
};
meta = {