Skip to content

Commit 2f34e5e

Browse files
committed
fatrop: 0.0.3 -> 0.0.4
1 parent 697e301 commit 2f34e5e

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

pkgs/by-name/fa/fatrop/package.nix

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
blasfeo,
33
cmake,
44
fetchFromGitHub,
5-
fetchpatch,
65
lib,
76
llvmPackages,
87
python3Packages,
@@ -12,29 +11,15 @@
1211

1312
stdenv.mkDerivation (finalAttrs: {
1413
pname = "fatrop";
15-
version = "0.0.3";
14+
version = "0.0.4";
1615

1716
src = fetchFromGitHub {
1817
owner = "meco-group";
1918
repo = "fatrop";
2019
rev = "v${finalAttrs.version}";
21-
hash = "sha256-vCGix3qYQR9bY9GoIyBMrTNvsMgt0h7TZUye6wlH9H8=";
20+
hash = "sha256-XVOS9L2vQeFkPXZieX1ZJiVagR0f2BtiRmSDPB9LQeI=";
2221
};
2322

24-
patches = lib.optionals pythonSupport [
25-
# fix python packaging
26-
# ref. https://github.com/meco-group/fatrop/pull/17
27-
# this was merged upstream and can be removed on next release
28-
(fetchpatch {
29-
url = "https://github.com/meco-group/fatrop/pull/17/commits/22e33c216e47df90dc060686d7d1806233642249.patch";
30-
hash = "sha256-0/uSHAXVzXVyR+kklQGvraLA6sJbHzUcAp3eEHQK068=";
31-
})
32-
(fetchpatch {
33-
url = "https://github.com/meco-group/fatrop/pull/17/commits/0c03fd9fec95de42976fed1770a15081d0874ee2.patch";
34-
hash = "sha256-FenQ05rqn9EbU0wDVQQ1OFxSXj1fL/rOFKOcP8t1NwY=";
35-
})
36-
];
37-
3823
nativeBuildInputs = [ cmake ];
3924
buildInputs =
4025
[ blasfeo ]

0 commit comments

Comments
 (0)