lol

thepeg: 2.2.3 -> 2.3.0

authored by

R. Ryantm and committed by
Dmitry Kalinkin
890d5d2b 9669418d

+2 -2
+2 -2
pkgs/development/libraries/physics/thepeg/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "thepeg"; 5 - version = "2.2.3"; 5 + version = "2.3.0"; 6 6 7 7 src = fetchurl { 8 8 url = "https://www.hepforge.org/archive/thepeg/ThePEG-${version}.tar.bz2"; 9 - hash = "sha256-8hRzGXp2H8MpF7CKjSTSv6+T/1fzRB/WBdqZrJ3l1Qs="; 9 + hash = "sha256-rDWXmuicKWCMqSwVakn/aKrOeloSoMkvCgGoM9LTRXI="; 10 10 }; 11 11 12 12 nativeBuildInputs = [ autoreconfHook ];