lagrange: 1.17.4 → 1.17.5

This commit is contained in:
Nikolay Korotkiy 2023-12-06 22:09:15 +04:00
parent f800dd16b9
commit 3ae06c3800
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lagrange";
version = "1.17.4";
version = "1.17.5";
src = fetchFromGitHub {
owner = "skyjake";
repo = "lagrange";
rev = "v${finalAttrs.version}";
hash = "sha256-vzdlcyA+RCr8RH0KbTiUah8lS++Xq6gLCHbgHHBFEig=";
hash = "sha256-q50r0jH7opIh3r08jAwYmFWl1e/x9qVL+mUEf8JVfuc=";
};
nativeBuildInputs = [ cmake pkg-config zip ];