Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fa613bc7f135
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7cbffa053033
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Apr 11, 2020

  1. herwig: 7.2.0 -> 7.2.1

    thepeg: 2.2.0 -> 2.2.1
    
    A minor bugfix
    veprbl committed Apr 11, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    prusnak Pavol Rusnak
    Copy the full SHA
    7cbffa0 View commit details
Showing with 4 additions and 4 deletions.
  1. +2 −2 pkgs/development/libraries/physics/herwig/default.nix
  2. +2 −2 pkgs/development/libraries/physics/thepeg/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/physics/herwig/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "herwig";
version = "7.2.0";
version = "7.2.1";

src = fetchurl {
url = "https://www.hepforge.org/archive/herwig/Herwig-${version}.tar.bz2";
sha256 = "0r5iyai2j99pk9p36g4rp98bxm55zd1ik9kgm2zf5zgpvxfm8csr";
sha256 = "11m6xvardnk0i8x8b3dpwg4c4ncq0xmlfg2n5r5qmh6544pz7zyl";
};

nativeBuildInputs = [ autoconf automake libtool ];
4 changes: 2 additions & 2 deletions pkgs/development/libraries/physics/thepeg/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "thepeg";
version = "2.2.0";
version = "2.2.1";

src = fetchurl {
url = "https://www.hepforge.org/archive/thepeg/ThePEG-${version}.tar.bz2";
sha256 = "1y7vwsc4zk629np4rpjh7a8qzvyqc2fixnwq98dgdndp2544gqfk";
sha256 = "13x5gssv22mpa2w6i0vaalwcr57170vh3b4xrw8mrm3abqhwgav3";
};

buildInputs = [ boost fastjet gsl hepmc2 lhapdf rivet zlib ];