lagrange-tui: 1.17.5 -> 1.17.6

This commit is contained in:
R. Ryantm 2024-01-17 12:36:46 +00:00
parent 15ee476004
commit cbf15cbb9d

View File

@ -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 ];