duckstation: unstable-2021-10-19 -> unstable-2021-10-29

+4 -4
+4 -4
pkgs/misc/emulators/duckstation/default.nix
··· 20 20 }: 21 21 mkDerivation rec { 22 22 pname = "duckstation"; 23 - version = "unstable-2021-10-19"; 23 + version = "unstable-2021-10-29"; 24 24 25 25 src = fetchFromGitHub { 26 26 owner = "stenzek"; 27 27 repo = pname; 28 - rev = "96f4fdf8d88ff3a120f3bc409a6a6487cdcbd55f"; 29 - sha256 = "sha256-WWsi7kmFEYES2BoNKIFF1+lKHJGP3hbTZ9o3eWp+EcE="; 28 + rev = "287b1e1abc98ef3f01d8530e0b428b58d8e77e96"; 29 + sha256 = "sha256-1s7oBdOOkK6a3DKCZ70dAilFzlzrURwhx+MRTmOPWJE="; 30 30 }; 31 31 32 32 nativeBuildInputs = [ cmake ninja pkg-config extra-cmake-modules wrapQtAppsHook qttools ]; ··· 45 45 ]; 46 46 47 47 cmakeFlags = [ 48 - #"-DUSE_DRMKMS=ON" # Broken in combination with Wayland, https://github.com/stenzek/duckstation/issues/2630 48 + "-DUSE_DRMKMS=ON" # Broken in combination with Wayland, https://github.com/stenzek/duckstation/issues/2630 49 49 "-DUSE_WAYLAND=ON" 50 50 ]; 51 51