lhapdf: update hash

This commit is contained in:
Dmitry Kalinkin 2017-07-17 11:03:47 -04:00
parent 4c0e86ba67
commit ae8eff8b7b
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333

View File

@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "http://www.hepforge.org/archive/lhapdf/LHAPDF-${version}.tar.gz";
sha256 = "005jfapdj3mmk62p9qgvw7nyg93pqy249p1xy2ws1qx42xj76lih";
sha256 = "0gfjps7v93n0rrdndkhp22d93y892bf76pnzdhqbish0cigkkxph";
};
buildInputs = [ python2 ];