vampire: fix nondeterministic hash

Probably related to #8567
This commit is contained in:
Gabriel Ebner 2018-09-01 15:03:31 +02:00
parent 4af7278bc9
commit da3326902a

View File

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
owner = "vprover"; owner = "vprover";
repo = "vampire"; repo = "vampire";
rev = version; rev = version;
sha256 = "080zwgmyhn0b2c6hqlhcgaw7n3frz02sh894v5kk68kzxbqr29w2"; sha256 = "1n0kf0g15yjw3v7z60l51h7fdn880mmvqsbb2szh48vzy20l92il";
fetchSubmodules = true; fetchSubmodules = true;
leaveDotGit = true; leaveDotGit = true;
}; };