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

View File

@ -7,9 +7,9 @@ stdenv.mkDerivation {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "frogatto"; owner = "frogatto";
repo = "frogatto"; repo = "frogatto";
# master branch as of 2018-12-18 # master branch as of 2020-12-17
rev = "8f261b5d3fca3c88e6a534316a28378cf687d3e5"; rev = "c1d0813b3b755a4e232369b6791397ad058efc16";
sha256 = "0nyfwfyy5gxp61ydna299nq9p5wra9mk0bf1drdngg6bwws1hrqx"; sha256 = "1fhaidd35392zzavp93r6ihyansgkc3m1ilz71ia1zl4n3fbsxjg";
}; };
installPhase = '' installPhase = ''

View File

@ -14,7 +14,7 @@ let
genericName = "frogatto"; genericName = "frogatto";
categories = "Game;ArcadeGame;"; categories = "Game;ArcadeGame;";
}; };
version = "unstable-2018-12-18"; version = "unstable-2020-12-04";
in buildEnv { in buildEnv {
name = "frogatto-${version}"; name = "frogatto-${version}";

View File

@ -10,8 +10,8 @@ stdenv.mkDerivation {
owner = "anura-engine"; owner = "anura-engine";
repo = "anura"; repo = "anura";
# trunk branch as of 2018-11-28 # trunk branch as of 2018-11-28
rev = "8070111467802dc772c0a6c7806ecd16b0bcdaa9"; rev = "a05f413f255d2854019134be817c253a03da3d9f";
sha256 = "0xbqwfmws69n7iiz17n93h4jiw39cwyf7hxw0qi2c8cccr37b1nr"; sha256 = "1hd57q8gbn1zdpibnqd3ma0z1ycayc2f4r9j4m2m9kc6yf4v7w7b";
fetchSubmodules = true; fetchSubmodules = true;
}; };