Merge pull request #164759 from sikmir/lagrange

lagrange: 1.11.1 → 1.12.0
This commit is contained in:
Sandro 2022-04-05 21:28:41 +02:00 committed by GitHub
commit 4ffcea1544
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "lagrange";
version = "1.11.1";
version = "1.12.0";
src = fetchFromGitHub {
owner = "skyjake";
repo = "lagrange";
rev = "v${version}";
sha256 = "sha256-RrdD+G8DKOBm0TpmRQg1uMGNFAlAADFeK3h6oyo5RZ4=";
sha256 = "sha256-1eWd4En14p8E04kLWbsbJSEdjManQ87N/P3klFbUQx4=";
fetchSubmodules = true;
};