Merge pull request #39738 from dtzWill/fix/openmw-0.43.0

openmw: update hash missed in update to 0.43.0
This commit is contained in:
Will Dietz 2018-04-30 14:13:11 -05:00 committed by GitHub
commit ccd2b539ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ in stdenv.mkDerivation rec {
owner = "OpenMW";
repo = "openmw";
rev = name;
sha256 = "0lj8v81hk807dy0wcdhfp0iyn4l5yag53hx1a6xm44gh2dpyil43";
sha256 = "1nybxwp77qswjayf0g9xayp4x1xxq799681rhjlggch127r07ifi";
};
enableParallelBuilding = true;