mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-05-28 14:23:16 +00:00
Update flake.nix to latest revision
This commit is contained in:
parent
d5513f791f
commit
296f0f00bf
1 changed files with 2 additions and 2 deletions
|
@ -26,10 +26,10 @@
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "Mr-Wiseguy";
|
owner = "Mr-Wiseguy";
|
||||||
repo = "N64Recomp";
|
repo = "N64Recomp";
|
||||||
rev = "d7b223fde51c651d2e1aa856efaf19793a77e5e7";
|
rev = "26c5c2cbb844b0f6a3f7c0d1440273e499ee2194";
|
||||||
deepClone = true;
|
deepClone = true;
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
hash = "sha256-TWr6ctsT3VaSRvsTfVBC5sBPCx4b2rvUuuZFUGO6kH4=";
|
hash = "sha256-Kw8Zdo4cbLib5L5v5meAn6gq2WEpmueNvEDTBQOtHdk=";
|
||||||
};
|
};
|
||||||
nativeBuildInputs = [pkgs.cmake];
|
nativeBuildInputs = [pkgs.cmake];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue