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

limesuite: 23.10.0 -> 23.11.0
This commit is contained in:
markuskowa 2023-11-25 00:11:00 +01:00 committed by GitHub
commit 03bff322cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "limesuite";
version = "23.10.0";
version = "23.11.0";
src = fetchFromGitHub {
owner = "myriadrf";
repo = "LimeSuite";
rev = "v${version}";
sha256 = "sha256-o58UNc4r+MQbH00727YTV17M7D29BbH8CgUXCORKk7E=";
sha256 = "sha256-f1cXrkVCIc1MqTvlCUBFqzHLhIVueybVxipNZRlF2gE=";
};
nativeBuildInputs = [ cmake ];