summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorCray Elliott <MP2E@archlinux.us>2017-01-29 22:05:55 -0800
committerCray Elliott <MP2E@archlinux.us>2017-02-02 15:34:38 -0800
commit3acd52d91721014464c32b5497c0f1d1bac43147 (patch)
tree11d6ee75ee29c08395d00d94ad31d3c4296cfd5c /pkgs
parent5247140e57de75dd578fdfdb3f1439e0678076bd (diff)
downloadnixpkgs-3acd52d91721014464c32b5497c0f1d1bac43147.tar
nixpkgs-3acd52d91721014464c32b5497c0f1d1bac43147.tar.gz
nixpkgs-3acd52d91721014464c32b5497c0f1d1bac43147.tar.bz2
nixpkgs-3acd52d91721014464c32b5497c0f1d1bac43147.tar.lz
nixpkgs-3acd52d91721014464c32b5497c0f1d1bac43147.tar.xz
nixpkgs-3acd52d91721014464c32b5497c0f1d1bac43147.tar.zst
nixpkgs-3acd52d91721014464c32b5497c0f1d1bac43147.zip
mgba: 0.5.1 -> 0.5.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/misc/emulators/mgba/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/emulators/mgba/default.nix b/pkgs/misc/emulators/mgba/default.nix
index 7724d3d8d1b..e4e84220812 100644
--- a/pkgs/misc/emulators/mgba/default.nix
+++ b/pkgs/misc/emulators/mgba/default.nix
@@ -4,13 +4,13 @@
 
 stdenv.mkDerivation rec {
   name = "mgba-${version}";
-  version = "0.5.1";
+  version = "0.5.2";
 
   src = fetchFromGitHub {
     owner = "mgba-emu";
     repo = "mgba";
     rev = version;
-    sha256 = "1ysxyy888qdwjbgsh3xdzsx8f3a5yd1gqx54xvndpv9v3zqgr2jf";
+    sha256 = "1cpxiwzbywnjs3lrqa3bc9bj68plypx0br3lssd6p68c4wh01fyp";
   };
 
   nativeBuildInputs = [ pkgconfig cmake ];