lagrange: 1.9.1 -> 1.9.2

This commit is contained in:
R. Ryantm 2021-12-08 11:07:44 +00:00
parent 5753b89152
commit 1bb887de12

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "lagrange";
version = "1.9.1";
version = "1.9.2";
src = fetchFromGitHub {
owner = "skyjake";
repo = "lagrange";
rev = "v${version}";
sha256 = "sha256-5mZbx9L7YDG2VwrF/iFhYCw8R/0FOnZz9cRkA5Wl9MA=";
sha256 = "sha256-ZiG3KSEk4l9FFxfftQNb1UHQV//SlK8thp5Tr8ek5v4=";
fetchSubmodules = true;
};