3
0
Fork 0
forked from mirrors/nixpkgs

lagrange: 1.15.4 → 1.15.5

This commit is contained in:
Nikolay Korotkiy 2023-03-17 22:56:27 +04:00
parent 3392995957
commit 2c503ae9c5
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.15.4";
version = "1.15.5";
src = fetchFromGitHub {
owner = "skyjake";
repo = "lagrange";
rev = "v${finalAttrs.version}";
hash = "sha256-l69h0+yMX4vzQ1GYB1AqhZc1ztMKF/7PthxEDarizek=";
hash = "sha256-TP9Q80QKSkpOOQ7mllnaE1dOnNPU7k3Ij6M3+n8Jv2E=";
};
nativeBuildInputs = [ cmake pkg-config zip ];