Skip to content

Commit 809ecca

Browse files
committed
gsl-lite: 0.41.0 -> 0.42.0
1 parent 31da4b2 commit 809ecca

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

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

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
lib,
33
stdenv,
44
fetchFromGitHub,
5-
fetchpatch,
65
cmake,
76
ninja,
87
installCompatHeader ? false,
@@ -11,23 +10,15 @@
1110

1211
stdenv.mkDerivation rec {
1312
pname = "gsl-lite";
14-
version = "0.41.0";
13+
version = "0.42.0";
1514

1615
src = fetchFromGitHub {
1716
owner = "gsl-lite";
1817
repo = "gsl-lite";
1918
rev = "v${version}";
20-
hash = "sha256-cuuix302bVA7dWa7EJoxJ+otf1rSzjWQK8DHJsVkQio=";
19+
hash = "sha256-4CQG+sX/UTQ4zICmDR6YBfapuh0hSqkWk5skZAVAy2o=";
2120
};
2221

23-
patches = [
24-
(fetchpatch {
25-
name = "type-limits-cast-fix.patch";
26-
url = "https://github.com/gsl-lite/gsl-lite/commit/13475be0e5bf5f464c398f4a07ef5c7684bc57c5.patch";
27-
hash = "sha256-rSz7OBmgQ3KcQ971tS3Z3QNC+U4XmrPjgmuOyG7J6Bo=";
28-
})
29-
];
30-
3122
nativeBuildInputs = [
3223
cmake
3324
ninja

0 commit comments

Comments
 (0)