lagrange: 1.3.0 → 1.3.2

This commit is contained in:
Nikolay Korotkiy 2021-04-11 20:30:32 +03:00
parent a6558e810f
commit f82b01c0d9
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.3.0";
version = "1.3.2";
src = fetchFromGitHub {
owner = "skyjake";
repo = "lagrange";
rev = "v${version}";
sha256 = "sha256-85KshJEL7ri10mSm/KgcT03WLEwRMMTGczb6mGx66Jw=";
sha256 = "sha256-90MN7JH84h10dSXt5Kwc2V3FKVutQ7AmNcR4TK2bpBY=";
fetchSubmodules = true;
};