summary refs log tree commit diff
path: root/pkgs/games/frogatto
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2021-11-29 23:02:40 +0100
committerLluís Batlle i Rossell <viric@viric.name>2021-11-29 23:02:40 +0100
commitf30f9c8aa8b4f1a128d08692fe9edbf81079b884 (patch)
tree4ee1c068384b10ba8429ac77b300ce573a2e65a0 /pkgs/games/frogatto
parent33ef578c3d4931c73db0f546d9e84fa2ec1fa65d (diff)
downloadnixpkgs-f30f9c8aa8b4f1a128d08692fe9edbf81079b884.tar
nixpkgs-f30f9c8aa8b4f1a128d08692fe9edbf81079b884.tar.gz
nixpkgs-f30f9c8aa8b4f1a128d08692fe9edbf81079b884.tar.bz2
nixpkgs-f30f9c8aa8b4f1a128d08692fe9edbf81079b884.tar.lz
nixpkgs-f30f9c8aa8b4f1a128d08692fe9edbf81079b884.tar.xz
nixpkgs-f30f9c8aa8b4f1a128d08692fe9edbf81079b884.tar.zst
nixpkgs-f30f9c8aa8b4f1a128d08692fe9edbf81079b884.zip
frogatto-data: 2020-12-17 -> 2021-11-29
Updating the engine required updating the data. Otherwise a crash would
happen at the 2nd level (out of the main house).
Diffstat (limited to 'pkgs/games/frogatto')
-rw-r--r--pkgs/games/frogatto/data.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/games/frogatto/data.nix b/pkgs/games/frogatto/data.nix
index d31826ad295..3ca955a09c3 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 2020-12-17
-    rev = "8b0f2bc8f9f172f6225b8e0d806552cb94f35e2a";
-    sha256 = "09nrna9l1zj2ma2bazdhdvphwy570kfz4br4xgpwq21rsjrvrqiy";
+    # master branch as of 2021-11-29
+    rev = "82d3dafa0cfeaad016a427bdbc729eb9509748f1";
+    sha256 = "0fmwn584xl0vafcsh72b4xnryfqyjxk5zhmymg5i8rzp6h03n8xq";
   };
 
   installPhase = ''