rivet: 2.7.0 -> 2.7.0

Upstream changed tarball yet again. The change is to autotools scripts,
the new ones have a more strict check for "yoda" package version.
This commit is contained in:
Dmitry Kalinkin 2019-03-06 16:47:55 -05:00
parent d01bdbee28
commit 01ad172921
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/rivet/Rivet-${version}.tar.bz2";
sha256 = "12mlj2j1glidjhiaxlr25qz2vfb865wip1vwwg8vlyd3yzisf533";
sha256 = "1bxcb99a3l5d2gl93zgfzgw6v95kx1ss5045mkz3ciyw8w5nmb9l";
};
patches = [