Skip to content

Commit b932c31

Browse files
authored
gsl-lite: 0.43.0 -> 1.0.1 (#412352)
2 parents 07ee6db + 6464331 commit b932c31

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

pkgs/by-name/gs/gsl-lite/package.nix

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,16 @@
44
fetchFromGitHub,
55
cmake,
66
ninja,
7-
installCompatHeader ? false,
8-
installLegacyHeaders ? false,
97
}:
108
stdenv.mkDerivation (finalAttrs: {
119
pname = "gsl-lite";
12-
version = "0.43.0";
10+
version = "1.0.1";
1311

1412
src = fetchFromGitHub {
1513
owner = "gsl-lite";
1614
repo = "gsl-lite";
1715
tag = "v${finalAttrs.version}";
18-
hash = "sha256-9mvbD7zVTtfFRy2qIYJpU9XAlAW4ZLh5DE3WPEQpf38=";
16+
hash = "sha256-QlAeXUKVzH0QYxbKgWPS64h1iL4nnsmJ10h/wzoxq78=";
1917
};
2018

2119
nativeBuildInputs = [
@@ -25,8 +23,6 @@ stdenv.mkDerivation (finalAttrs: {
2523

2624
cmakeFlags = [
2725
(lib.cmakeBool "GSL_LITE_OPT_BUILD_TESTS" finalAttrs.doCheck)
28-
(lib.cmakeBool "GSL_LITE_OPT_INSTALL_COMPAT_HEADER" installCompatHeader)
29-
(lib.cmakeBool "GSL_LITE_OPT_INSTALL_LEGACY_HEADERS" installLegacyHeaders)
3026
];
3127

3228
# Building tests is broken on Darwin.

0 commit comments

Comments
 (0)