Merge pull request #225223 from r-ryantm/auto-update/lagrange

lagrange: 1.15.7 -> 1.15.8
This commit is contained in:
Nikolay Korotkiy 2023-04-08 01:54:01 +04:00 committed by GitHub
commit 845e0ff374
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lagrange";
version = "1.15.7";
version = "1.15.8";
src = fetchFromGitHub {
owner = "skyjake";
repo = "lagrange";
rev = "v${finalAttrs.version}";
hash = "sha256-p6L2Ak8QaRsSs2/Xjbbod9UFy79vjO5C+YcArofe2Ck=";
hash = "sha256-zfwuFa309JysFMueFbtnt/7LyCCoXKhIIiFwJY/lIZc=";
};
nativeBuildInputs = [ cmake pkg-config zip ];