summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorKira Bruneau <kira.bruneau@pm.me>2021-12-08 18:22:27 -0500
committerGitHub <noreply@github.com>2021-12-08 18:22:27 -0500
commit39258474a14beaca55e4de725153a3c65143ac71 (patch)
tree2a48e610a1a1057f732d76fbcec614886335cfc2 /pkgs
parent9e8961e5607402ed0ff98e283ef485ac8f22e226 (diff)
parent2a455ce212e64e1bc3620b12ab75b8f74ed4826f (diff)
downloadnixpkgs-39258474a14beaca55e4de725153a3c65143ac71.tar
nixpkgs-39258474a14beaca55e4de725153a3c65143ac71.tar.gz
nixpkgs-39258474a14beaca55e4de725153a3c65143ac71.tar.bz2
nixpkgs-39258474a14beaca55e4de725153a3c65143ac71.tar.lz
nixpkgs-39258474a14beaca55e4de725153a3c65143ac71.tar.xz
nixpkgs-39258474a14beaca55e4de725153a3c65143ac71.tar.zst
nixpkgs-39258474a14beaca55e4de725153a3c65143ac71.zip
Merge pull request #149505 from thiagokokada/bump-sm64ex
sm64ex: unstable-2020-10-09 -> unstable-2021-11-30
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/games/sm64ex/default.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/pkgs/games/sm64ex/default.nix b/pkgs/games/sm64ex/default.nix
index 9bf6b513843..c6df2099d3c 100644
--- a/pkgs/games/sm64ex/default.nix
+++ b/pkgs/games/sm64ex/default.nix
@@ -26,13 +26,13 @@
 
 stdenv.mkDerivation rec {
   pname = "sm64ex";
-  version = "unstable-2020-10-09";
+  version = "unstable-2021-11-30";
 
   src = fetchFromGitHub {
     owner = "sm64pc";
     repo = "sm64ex";
-    rev = "57c203465b2b3eee03dcb796ed1fad07d8283a2c";
-    sha256 = "0k6a3r9f4spa7y2v1lyqs9lwa05lw8xgywllb7w828nal8y33cs6";
+    rev = "db9a6345baa5acb41f9d77c480510442cab26025";
+    sha256 = "sha256-q7JWDvNeNrDpcKVtIGqB1k7I0FveYwrfqu7ZZK7T8F8=";
   };
 
   nativeBuildInputs = [ python3 pkg-config ];
@@ -53,6 +53,8 @@ stdenv.mkDerivation rec {
     cp build/${region}_pc/sm64.${region}.f3dex2e $out/bin/sm64ex
   '';
 
+  enableParallelBuilding = true;
+
   meta = with lib; {
     homepage = "https://github.com/sm64pc/sm64ex";
     description = "Super Mario 64 port based off of decompilation";