lagrange: 1.20.2 -> 1.20.3

This commit is contained in:
R. Ryantm
2026-04-01 17:20:10 +00:00
parent c4c5cf7f0b
commit 408e4bb5e3
+2 -2
View File
@@ -22,13 +22,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lagrange";
version = "1.20.2";
version = "1.20.3";
src = fetchFromGitHub {
owner = "skyjake";
repo = "lagrange";
tag = "v${finalAttrs.version}";
hash = "sha256-Rin9frCxY7vMJQbErtR7pXss2GciL4LbXg+BFHFNjn4=";
hash = "sha256-i6W4618/r3Xc9dNNxkc9eHlgHK2amZ0FQtq/qtr5sE8=";
};
nativeBuildInputs = [