yoda: fix sha hash of the tarball

Tarball was replaced upstream. The files are the same, changes are meta
only (appear to be timestamps).
This commit is contained in:
Dmitry Kalinkin 2019-03-07 14:08:10 -05:00
parent 198b7ea83a
commit cf1de3c2df
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 = "https://www.hepforge.org/archive/yoda/YODA-${version}.tar.bz2";
sha256 = "0fl9y1mh48xkjmqc76rfhvr3vs4v4lzybh06bwxyflzy82ylwi71";
sha256 = "0w9s3qv87hrmpq4dkrxcrl2hn2vcsbvy8ml99w85404wksw1dwrx";
};
pythonPath = []; # python wrapper support