lagrange: 1.18.1 → 1.18.3

This commit is contained in:
Nikolay Korotkiy 2024-10-14 23:53:25 +04:00
parent 225211d803
commit 263f880d13
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

@ -22,13 +22,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lagrange";
version = "1.18.1";
version = "1.18.3";
src = fetchFromGitHub {
owner = "skyjake";
repo = "lagrange";
rev = "v${finalAttrs.version}";
hash = "sha256-iIUWF93RZheW4uf3zgs1jqDjQnn0nFH7GOMaLBR0w0o=";
hash = "sha256-ewpSZD+pCr6gbzT+4lW2+6tssPNLq4rqgUx7p8IsjIY=";
};
nativeBuildInputs = [