lagrange: 1.18.8 → 1.19.1

This commit is contained in:
Nikolay Korotkiy
2025-09-06 16:19:19 +04:00
parent fa5f9aa8a0
commit 48366c3835
+2 -2
View File
@@ -22,13 +22,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lagrange";
version = "1.18.8";
version = "1.19.1";
src = fetchFromGitHub {
owner = "skyjake";
repo = "lagrange";
tag = "v${finalAttrs.version}";
hash = "sha256-wJ+rfg0LSdtbQ4GyBvPGEpc/Ml67ivlxhnqQskJtsuw=";
hash = "sha256-OsyWedXer1xFnPCYRpFeBQfUjpFhGViqx2FTOeZV4PI=";
};
nativeBuildInputs = [