Skip to content

Commit

Permalink
citra: 2019-10-05 -> 2020-03-21
Browse files Browse the repository at this point in the history
Version bump, also fixes the common qt xcb plugin error
  • Loading branch information
JoshuaFern committed Mar 23, 2020
1 parent 5b48832 commit 83616f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/misc/emulators/citra/default.nix
@@ -1,14 +1,14 @@
{ stdenv, fetchgit, cmake, SDL2, qtbase, qtmultimedia, boost }:
{ stdenv, mkDerivation, lib, fetchgit, cmake, SDL2, qtbase, qtmultimedia, boost }:

stdenv.mkDerivation {
mkDerivation {
pname = "citra";
version = "2019-10-05";
version = "2020-03-21";

# Submodules
src = fetchgit {
url = "https://github.com/citra-emu/citra";
rev = "35690e3ac7a340d941d3bf56080cf5aa6187c5c3";
sha256 = "11a4mdjabn3qrh0nn4pjl5fxs9nhf1k27wd486csfx88q2q9jvq8";
rev = "8722b970c52f2c0d8e82561477edb62a53ae9dbb";
sha256 = "0c1zn1f84h4f6n6p0aqz905yvv5qpdmkj2z58yla6bfgbzabfyrj";
};

enableParallelBuilding = true;
Expand Down

0 comments on commit 83616f1

Please sign in to comment.