mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
tic-80: unstable-2021-12-18 -> unstable-2022-01-18
This commit is contained in:
parent
a28ad2f663
commit
7135034861
@ -11,13 +11,13 @@
|
|||||||
# TODO: Wait for SDL v2.0.18 for more Wayland support?
|
# TODO: Wait for SDL v2.0.18 for more Wayland support?
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "tic-80";
|
pname = "tic-80";
|
||||||
version = "unstable-2021-12-18";
|
version = "unstable-2022-01-18";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nesbox";
|
owner = "nesbox";
|
||||||
repo = "TIC-80";
|
repo = "TIC-80";
|
||||||
rev = "03d73e8d92b57b7396c3c13bc5fb54d4cbb29ed7";
|
rev = "06fde1279677273856c1daf9f2fa22e337daba3d";
|
||||||
sha256 = "sha256-AFxSpWaPhVFvF9gTx0UZmX8niNEw1VAKJOtx7F5uHhQ=";
|
sha256 = "sha256-qFjcxb/umrr6CT7yorWCkoDskmKCsMm9frceyF6lXjE=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user