lol

Merge pull request #114205 from veprbl/pr/herwig_7_2_2

herwig: 7.2.1 -> 7.2.2

authored by

Guillaume Girol and committed by
GitHub
24d05ceb 98fc56e4

+6 -6
+3 -3
pkgs/development/libraries/physics/herwig/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "herwig"; 5 - version = "7.2.1"; 5 + version = "7.2.2"; 6 6 7 7 src = fetchurl { 8 8 url = "https://www.hepforge.org/archive/herwig/Herwig-${version}.tar.bz2"; 9 - sha256 = "11m6xvardnk0i8x8b3dpwg4c4ncq0xmlfg2n5r5qmh6544pz7zyl"; 9 + sha256 = "10y3fb33zsinr0z3hzap9rsbcqhy1yjqnv4b4vz21g7mdlw6pq2k"; 10 10 }; 11 11 12 12 nativeBuildInputs = [ autoconf automake libtool ]; ··· 28 28 meta = with lib; { 29 29 description = "A multi-purpose particle physics event generator"; 30 30 homepage = "https://herwig.hepforge.org/"; 31 - license = licenses.gpl3; 31 + license = licenses.gpl3Only; 32 32 maintainers = with maintainers; [ veprbl ]; 33 33 platforms = platforms.unix; 34 34 broken = stdenv.isAarch64; # doesn't compile: ignoring return value of 'FILE* freopen...
+3 -3
pkgs/development/libraries/physics/thepeg/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "thepeg"; 5 - version = "2.2.1"; 5 + version = "2.2.2"; 6 6 7 7 src = fetchurl { 8 8 url = "https://www.hepforge.org/archive/thepeg/ThePEG-${version}.tar.bz2"; 9 - sha256 = "13x5gssv22mpa2w6i0vaalwcr57170vh3b4xrw8mrm3abqhwgav3"; 9 + sha256 = "0gif4vb9lw2px2qdywqm7x0frbv0h5gq9lq36c50f2hv77a5bgwp"; 10 10 }; 11 11 12 12 buildInputs = [ boost fastjet gsl hepmc2 lhapdf rivet zlib ]; ··· 22 22 meta = with lib; { 23 23 description = "Toolkit for High Energy Physics Event Generation"; 24 24 homepage = "https://herwig.hepforge.org/"; 25 - license = licenses.gpl3; 25 + license = licenses.gpl3Only; 26 26 maintainers = with maintainers; [ veprbl ]; 27 27 platforms = platforms.unix; 28 28 };