Update flake.nix to latest revision

This commit is contained in:
Rucadi 2024-05-15 21:28:10 +00:00
parent d5513f791f
commit 296f0f00bf

View file

@ -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];