frogatto: update to latest master and fix build

This commit is contained in:
Lluís Batlle i Rossell
2020-12-19 22:00:25 +01:00
parent b5a1da1665
commit 7d6cb4e614
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ stdenv.mkDerivation {
owner = "anura-engine";
repo = "anura";
# trunk branch as of 2018-11-28
rev = "8070111467802dc772c0a6c7806ecd16b0bcdaa9";
sha256 = "0xbqwfmws69n7iiz17n93h4jiw39cwyf7hxw0qi2c8cccr37b1nr";
rev = "a05f413f255d2854019134be817c253a03da3d9f";
sha256 = "1hd57q8gbn1zdpibnqd3ma0z1ycayc2f4r9j4m2m9kc6yf4v7w7b";
fetchSubmodules = true;
};