Merge pull request #156039 from r-ryantm/auto-update/lagrange

lagrange: 1.10.0 -> 1.10.1
This commit is contained in:
Ryan Mulligan 2022-01-21 08:01:22 -08:00 committed by GitHub
commit d2cea2048b
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.10.0";
version = "1.10.1";
src = fetchFromGitHub {
owner = "skyjake";
repo = "lagrange";
rev = "v${version}";
sha256 = "sha256-5K2Fm7CkzVcHM3JC1rgh/vCyXfVTTY47nZFzqgQcoSs";
sha256 = "sha256-HwrIdQv4LDVLLuvukzp28AuKKbEMQeHSb0ZW+a9q4ug=";
fetchSubmodules = true;
};