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

lagrange: 1.15.3 -> 1.15.4
This commit is contained in:
Nick Cao
2023-03-10 22:43:04 +08:00
committed by GitHub
@@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lagrange";
version = "1.15.3";
version = "1.15.4";
src = fetchFromGitHub {
owner = "skyjake";
repo = "lagrange";
rev = "v${finalAttrs.version}";
hash = "sha256-BKDN2DtLoG+E+R+yBSBpF4PWv+pRLNYZvX/3BqEIxVQ=";
hash = "sha256-l69h0+yMX4vzQ1GYB1AqhZc1ztMKF/7PthxEDarizek=";
};
nativeBuildInputs = [ cmake pkg-config zip ];