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

This commit is contained in:
Sandro
2024-01-17 16:22:28 +01:00
committed by GitHub
@@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lagrange";
version = "1.17.5";
version = "1.17.6";
src = fetchFromGitHub {
owner = "skyjake";
repo = "lagrange";
rev = "v${finalAttrs.version}";
hash = "sha256-q50r0jH7opIh3r08jAwYmFWl1e/x9qVL+mUEf8JVfuc=";
hash = "sha256-ZF2HMfEI0LpvJrnB9MN8sQQDyBl/mRsI7pt6lfN4wdU=";
};
nativeBuildInputs = [ cmake pkg-config zip ];