lagrange: 1.15.3 -> 1.15.4

This commit is contained in:
R. Ryantm 2023-03-10 10:58:25 +00:00
parent 3c935c73e0
commit f6c7c98209

View File

@ -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 ];