Merge pull request #29347 from AndersonTorres/upload/mgba

mgba: 0.5.2 -> 0.6.0
This commit is contained in:
Frederik Rietdijk 2017-09-14 09:42:56 +02:00 committed by GitHub
commit 3e78a50967

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
name = "mgba-${version}";
version = "0.5.2";
version = "0.6.0";
src = fetchFromGitHub {
owner = "mgba-emu";
repo = "mgba";
rev = version;
sha256 = "1cpxiwzbywnjs3lrqa3bc9bj68plypx0br3lssd6p68c4wh01fyp";
sha256 = "1kzb6zj2lxfaiyfq9h7q26fh7xh1ggybmh5pin5rcgs7jyygrsjb";
};
nativeBuildInputs = [ pkgconfig cmake ];