diff options
| author | Bobby Rong <rjl931189261@126.com> | 2021-11-30 14:02:20 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-30 14:02:20 +0800 |
| commit | a69248d0670f727f6824fcd823d32b173b9d479c (patch) | |
| tree | 450d6c639f5b3acd8ab1c5dc6c3185a94071d7b4 | |
| parent | 21.11 Release Notes: fix typos (diff) | |
| parent | frogatto-data: 2020-12-17 -> 2021-11-29 (diff) | |
| download | nixpkgs-a69248d0670f727f6824fcd823d32b173b9d479c.tar.gz | |
Merge pull request #147972 from NixOS/backport-147944-to-release-21.11
[Backport release-21.11] frogatto-data: 2020-12-17 -> 2021-11-29
| -rw-r--r-- | pkgs/games/frogatto/data.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/games/frogatto/data.nix b/pkgs/games/frogatto/data.nix index d31826ad2959..3ca955a09c39 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 = '' |
