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

lagrange: 1.15.9 -> 1.16.1
This commit is contained in:
Nikolay Korotkiy 2023-05-24 02:53:45 +04:00 committed by GitHub
commit abaf9d8484
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.9";
version = "1.16.1";
src = fetchFromGitHub {
owner = "skyjake";
repo = "lagrange";
rev = "v${finalAttrs.version}";
hash = "sha256-tR3qffGB83iyg3T7YRD1YRX/PG4YGLOnElHJ0ju47Y8=";
hash = "sha256-vVCKQDcL/NWeNE3tbmEUgDOBw6zxXy7IcT7IB6/paSo=";
};
nativeBuildInputs = [ cmake pkg-config zip ];