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:
parent
198b7ea83a
commit
cf1de3c2df
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue