Merge pull request #94279 from r-ryantm/auto-update/limesuite

limesuite: 20.01.0 -> 20.07.1
This commit is contained in:
markuskowa 2020-08-03 23:46:09 +02:00 committed by GitHub
commit 9600775ebd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "limesuite";
version = "20.01.0";
version = "20.07.1";
src = fetchFromGitHub {
owner = "myriadrf";
repo = "LimeSuite";
rev = "v${version}";
sha256 = "01z4idcby2lm34bbnpbp400ski7p61jjiir6sy6dalnvsl52m7vx";
sha256 = "14mxqc350j3rk1202n0ax1rfx49sy40965zj90d4pnakbgz5xr7g";
};
nativeBuildInputs = [ cmake ];