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

lagrange: 1.15.2 -> 1.15.3
This commit is contained in:
Nikolay Korotkiy 2023-03-02 08:07:18 +04:00 committed by GitHub
commit 58227cccc6
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.2";
version = "1.15.3";
src = fetchFromGitHub {
owner = "skyjake";
repo = "lagrange";
rev = "v${finalAttrs.version}";
hash = "sha256-NUgDaBRcgYGLKJhSJLT17VZj/mU0w6ySahIYnud5M6Y=";
hash = "sha256-BKDN2DtLoG+E+R+yBSBpF4PWv+pRLNYZvX/3BqEIxVQ=";
};
nativeBuildInputs = [ cmake pkg-config zip ];