tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
rivet: 3.1.5 -> 3.1.6
Dmitry Kalinkin
3 years ago
d2144c1e
179dd402
+2
-11
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
physics
rivet
default.nix
+2
-11
pkgs/development/libraries/physics/rivet/default.nix
reviewed
···
2
2
3
3
stdenv.mkDerivation rec {
4
4
pname = "rivet";
5
5
-
version = "3.1.5";
5
5
+
version = "3.1.6";
6
6
7
7
src = fetchurl {
8
8
url = "https://www.hepforge.org/archive/rivet/Rivet-${version}.tar.bz2";
9
9
-
hash = "sha256-YhcXW3gab7z3EJd3qGePeplVEapV4a5WKIc151hQXZo=";
9
9
+
hash = "sha256-HPbrtqedGBxEHR0MfG1iPEI4F8YQk/NvIa2q4j5nkJA=";
10
10
};
11
11
-
12
12
-
patches = [
13
13
-
# Fixes build
14
14
-
(fetchpatch {
15
15
-
name = "rivet-3.1.5-namespace-fix.patch";
16
16
-
url = "https://gitlab.com/hepcedar/rivet/-/commit/17a99b38b52e65a4a3fd6289124bd9dd874c30bf.diff";
17
17
-
sha256 = "sha256-OknqghpMMB5nRHeeRc2ddxybhnkVGRB1x8jfOjrkyms=";
18
18
-
})
19
19
-
];
20
11
21
12
latex = texlive.combine { inherit (texlive)
22
13
scheme-basic