lol

rivet: 3.1.5 -> 3.1.6

+2 -11
+2 -11
pkgs/development/libraries/physics/rivet/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "rivet"; 5 - version = "3.1.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 - hash = "sha256-YhcXW3gab7z3EJd3qGePeplVEapV4a5WKIc151hQXZo="; 9 + hash = "sha256-HPbrtqedGBxEHR0MfG1iPEI4F8YQk/NvIa2q4j5nkJA="; 10 10 }; 11 - 12 - patches = [ 13 - # Fixes build 14 - (fetchpatch { 15 - name = "rivet-3.1.5-namespace-fix.patch"; 16 - url = "https://gitlab.com/hepcedar/rivet/-/commit/17a99b38b52e65a4a3fd6289124bd9dd874c30bf.diff"; 17 - sha256 = "sha256-OknqghpMMB5nRHeeRc2ddxybhnkVGRB1x8jfOjrkyms="; 18 - }) 19 - ]; 20 11 21 12 latex = texlive.combine { inherit (texlive) 22 13 scheme-basic