n64recomp: 0-unstable-2025-12-11 -> 0-unstable-2025-12-31 (#476457)

This commit is contained in:
Michael Daniels
2026-01-04 16:23:14 +00:00
committed by GitHub
+3 -3
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "n64recomp";
version = "0-unstable-2025-12-11";
version = "0-unstable-2025-12-31";
src = fetchFromGitHub {
owner = "N64Recomp";
repo = "N64Recomp";
rev = "98bf104b1b5ed83126af8bcab0cc964782617dbf";
hash = "sha256-qDV52g04tOCQW+Nqzm8pnXwqs4q027TnHyuGYsGzIhU=";
rev = "2b6f05688de2abc7d86da5b4a89b84c2c6acbabe";
hash = "sha256-nf1O4Q6ewNbXG4EuFlY+ckP8335ZAUgpH/ckaB9aEZg=";
fetchSubmodules = true;
};