lagrange: 1.1.4 → 1.2.2

This commit is contained in:
Nikolay Korotkiy 2021-03-08 21:46:55 +03:00
parent 29cb74cc7d
commit a96be025a1
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5

View file

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "lagrange";
version = "1.1.4";
version = "1.2.2";
src = fetchFromGitHub {
owner = "skyjake";
repo = "lagrange";
rev = "v${version}";
sha256 = "sha256-EN0fQ5Scwrd7Tv31upQVbuqoNCoYudtruwtPR1IKTzE=";
sha256 = "sha256-Y+BiXKxlUSZXaLcz75l333ZBkKyII9IyTmKQwjshBkE=";
fetchSubmodules = true;
};