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

lagrange: 1.13.6 -> 1.13.7
This commit is contained in:
Bobby Rong 2022-06-30 19:13:06 +08:00 committed by GitHub
commit 926d7dcaf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "lagrange";
version = "1.13.6";
version = "1.13.7";
src = fetchFromGitHub {
owner = "skyjake";
repo = "lagrange";
rev = "v${version}";
sha256 = "sha256-5EIXbdVBFkmftD8xK1VJmZH3Ul99fhFSpFLOQNqSXoU=";
sha256 = "sha256-WUNDkLKT/AgS5WkBKbVSM5/1zSjQuE8Aq68JLSOHFEs=";
};
nativeBuildInputs = [ cmake pkg-config zip ];