Unverified Commit 8275e36d authored by Nikolay Korotkiy's avatar Nikolay Korotkiy
Browse files

lagrange: 1.16.7 → 1.17.0

parent 49cce139
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.16.7";
  version = "1.17.0";

  src = fetchFromGitHub {
    owner = "skyjake";
    repo = "lagrange";
    rev = "v${finalAttrs.version}";
    hash = "sha256-d9QmFXDDeYDR1KFtOyQKfaYvex8TFDiYJUrKEp7H5K8=";
    hash = "sha256-UoyCsmZKpRkO4bQt6RwRAceu3+JPD8I8qSf9/uU5Vm4=";
  };

  nativeBuildInputs = [ cmake pkg-config zip ];