Merge pull request #197187 from markuskowa/upd-limesuite

limesuite: 22.09.0 -> 22.09.1
This commit is contained in:
Mario Rodas 2022-10-22 06:04:37 -05:00 committed by GitHub
commit 9e9d254ba0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "limesuite";
version = "22.09.0";
version = "22.09.1";
src = fetchFromGitHub {
owner = "myriadrf";
repo = "LimeSuite";
rev = "v${version}";
sha256 = "sha256-HV0ejx7ImJ7GvAyCi0a7OPB0/2UiLQxxhYR2bc2uYCA=";
sha256 = "sha256-t3v2lhPZ1L/HRRBwA3k1KfIpih6R4TUmBWaIm8sVGdY=";
};
nativeBuildInputs = [ cmake ];