Merge pull request #226788 from r-ryantm/auto-update/gsl-lite

gsl-lite: 0.40.0 -> 0.41.0
This commit is contained in:
Nick Cao 2023-04-19 09:01:01 +08:00 committed by GitHub
commit 5f98df57da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "gsl-lite";
version = "0.40.0";
version = "0.41.0";
src = fetchFromGitHub {
owner = "gsl-lite";
repo = "gsl-lite";
rev = "v${version}";
hash = "sha256-80ksT8XFn2LLMr63gKGZD/0+FDLnAtFyMpuuSjtoBlk=";
hash = "sha256-cuuix302bVA7dWa7EJoxJ+otf1rSzjWQK8DHJsVkQio=";
};
nativeBuildInputs = [ cmake ninja ];