mgba: 0.8.4 -> 0.9.0

This commit is contained in:
R. RyanTM 2021-03-30 14:48:56 +00:00
parent 04a2b269d8
commit f80c3825a6
1 changed files with 2 additions and 2 deletions

View File

@ -15,13 +15,13 @@ let
}; };
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
pname = "mgba"; pname = "mgba";
version = "0.8.4"; version = "0.9.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mgba-emu"; owner = "mgba-emu";
repo = "mgba"; repo = "mgba";
rev = version; rev = version;
sha256 = "0nqj4bnn5c2z1bq4bnbw1wznc0wpmq4sy3w8pipd6n6620b9m4qq"; sha256 = "sha256-JVauGyHJVfiXVG4Z+Ydh1lRypy5rk9SKeTbeHFNFYJs=";
}; };
nativeBuildInputs = [ wrapQtAppsHook pkg-config cmake ]; nativeBuildInputs = [ wrapQtAppsHook pkg-config cmake ];