mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 17:47:35 +00:00
Merge pull request #226788 from r-ryantm/auto-update/gsl-lite
gsl-lite: 0.40.0 -> 0.41.0
This commit is contained in:
commit
5f98df57da
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user