Merge pull request #120923 from sikmir/lagrange

lagrange: 1.3.2 → 1.3.4
This commit is contained in:
Sandro 2021-04-30 08:53:47 +02:00 committed by GitHub
commit 9726379687
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "lagrange";
version = "1.3.2";
version = "1.3.4";
src = fetchFromGitHub {
owner = "skyjake";
repo = "lagrange";
rev = "v${version}";
sha256 = "sha256-90MN7JH84h10dSXt5Kwc2V3FKVutQ7AmNcR4TK2bpBY=";
sha256 = "sha256-hPNqyTH2oMPytvYAF9sjEQ9ibaJYDODA33ZrDuWnloU=";
fetchSubmodules = true;
};