1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

lagrange: 1.9.3 → 1.9.5

This commit is contained in:
Nikolay Korotkiy 2022-01-05 23:37:30 +03:00
parent b7018f3813
commit 3696919111
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5

View file

@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "lagrange";
version = "1.9.3";
version = "1.9.5";
src = fetchFromGitHub {
owner = "skyjake";
repo = "lagrange";
rev = "v${version}";
sha256 = "sha256-0+NY21oIbRMCYnneWxw48yQ3UOXW0Ves2A4JTXyLnCE=";
sha256 = "sha256-jvknhGTvb2Qw2587TmCJxES2DSv+9+BfMk2IOyqqLt8=";
fetchSubmodules = true;
};