lagrange: 1.16.7 → 1.17.0

This commit is contained in:
Nikolay Korotkiy 2023-10-08 16:41:32 +04:00
parent 49cce13980
commit 8275e36dc6
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.16.7";
version = "1.17.0";
src = fetchFromGitHub {
owner = "skyjake";
repo = "lagrange";
rev = "v${finalAttrs.version}";
hash = "sha256-d9QmFXDDeYDR1KFtOyQKfaYvex8TFDiYJUrKEp7H5K8=";
hash = "sha256-UoyCsmZKpRkO4bQt6RwRAceu3+JPD8I8qSf9/uU5Vm4=";
};
nativeBuildInputs = [ cmake pkg-config zip ];