Merge pull request #45141 from veprbl/pr/rivet_271_bump

rivet: fix hash broken by upstream
This commit is contained in:
Timo Kaufmann 2018-08-16 22:14:16 +02:00 committed by GitHub
commit 255608b865
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://www.hepforge.org/archive/rivet/Rivet-${version}.tar.bz2";
sha256 = "0ybv5dl3blgk9p9ayhknirxb6504kpygnkmizd5dr9ippys1i3c8";
sha256 = "08lhr10h97vqhy6ci4zna4ngx9875j32zs8ad5sy38xgbbrx3474";
};
patches = [