Unverified Commit 26a7cb60 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

Merge pull request #259757 from sikmir/lagrange

lagrange: 1.16.7 → 1.17.0
parents a2e419be 8275e36d
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 ];
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "the-foundation";
  version = "1.6.1";
  version = "1.7.0";

  src = fetchFromGitea {
    domain = "git.skyjake.fi";
    owner = "skyjake";
    repo = "the_Foundation";
    rev = "v${finalAttrs.version}";
    hash = "sha256-GOvdnmutSQcsNT57tADLSkJAUX0JDVsualII+y21a+I=";
    hash = "sha256-6bEd8KzOfBse5sQ2zp+cZtEAu8xIl3GqrpxSZ7h/edI=";
  };

  nativeBuildInputs = [ cmake pkg-config ];