Commit 890d5d2b authored by R. RyanTM's avatar R. RyanTM Committed by Dmitry Kalinkin
Browse files

thepeg: 2.2.3 -> 2.3.0

parent 9669418d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
  pname = "thepeg";
  version = "2.2.3";
  version = "2.3.0";

  src = fetchurl {
    url = "https://www.hepforge.org/archive/thepeg/ThePEG-${version}.tar.bz2";
    hash = "sha256-8hRzGXp2H8MpF7CKjSTSv6+T/1fzRB/WBdqZrJ3l1Qs=";
    hash = "sha256-rDWXmuicKWCMqSwVakn/aKrOeloSoMkvCgGoM9LTRXI=";
  };

  nativeBuildInputs = [ autoreconfHook ];