Unverified Commit aa926186 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

lagrange: 1.15.3 -> 1.15.4
parents 686f2f7a f6c7c982
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];