summaryrefslogtreecommitdiffstats
path: root/pkgs/games/frogatto
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2020-12-19 22:00:25 +0100
committerLluís Batlle i Rossell <viric@viric.name>2020-12-19 22:00:25 +0100
commit7d6cb4e614984285bfb0beb0acf7bdda027c329e (patch)
tree829cf2f8ba433022cd7514ec67e00f22fe8fe1f2 /pkgs/games/frogatto
parentb5a1da1665c2a54ca4dbc58683bd5f6e3c7712e5 (diff)
frogatto: update to latest master and fix build
Diffstat (limited to 'pkgs/games/frogatto')
-rw-r--r--pkgs/games/frogatto/data.nix6
-rw-r--r--pkgs/games/frogatto/default.nix2
-rw-r--r--pkgs/games/frogatto/engine.nix4
3 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/games/frogatto/data.nix b/pkgs/games/frogatto/data.nix
index ab5bbe2dd9fb..3313f156ed28 100644
--- a/pkgs/games/frogatto/data.nix
+++ b/pkgs/games/frogatto/data.nix
@@ -7,9 +7,9 @@ stdenv.mkDerivation {
src = fetchFromGitHub {
owner = "frogatto";
repo = "frogatto";
- # master branch as of 2018-12-18
- rev = "8f261b5d3fca3c88e6a534316a28378cf687d3e5";
- sha256 = "0nyfwfyy5gxp61ydna299nq9p5wra9mk0bf1drdngg6bwws1hrqx";
+ # master branch as of 2020-12-17
+ rev = "c1d0813b3b755a4e232369b6791397ad058efc16";
+ sha256 = "1fhaidd35392zzavp93r6ihyansgkc3m1ilz71ia1zl4n3fbsxjg";
};
installPhase = ''
diff --git a/pkgs/games/frogatto/default.nix b/pkgs/games/frogatto/default.nix
index f6d4789c30b1..ee3803617dca 100644
--- a/pkgs/games/frogatto/default.nix
+++ b/pkgs/games/frogatto/default.nix
@@ -14,7 +14,7 @@ let
genericName = "frogatto";
categories = "Game;ArcadeGame;";
};
- version = "unstable-2018-12-18";
+ version = "unstable-2020-12-04";
in buildEnv {
name = "frogatto-${version}";
diff --git a/pkgs/games/frogatto/engine.nix b/pkgs/games/frogatto/engine.nix
index d51cfcb8f205..94c2a038d920 100644
--- a/pkgs/games/frogatto/engine.nix
+++ b/pkgs/games/frogatto/engine.nix
@@ -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;
};