lagrange: 1.18.6 -> 1.18.7

This commit is contained in:
R. Ryantm 2025-08-14 14:41:41 +00:00 committed by Nikolay Korotkiy
parent aebb310757
commit 743db0d19f
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

@ -22,13 +22,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lagrange";
version = "1.18.6";
version = "1.18.7";
src = fetchFromGitHub {
owner = "skyjake";
repo = "lagrange";
tag = "v${finalAttrs.version}";
hash = "sha256-KII0Rnas0H3iODEn89DD5BN96Ao7Aq0cTC4uhtuvNt4=";
hash = "sha256-9BjkMFG8laHe+lTAD12EPvYXrit6bG/IE7FdaZELL9I=";
};
nativeBuildInputs = [