summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@gmail.com>2017-09-14 02:17:50 -0300
committerAndersonTorres <torres.anderson.85@gmail.com>2017-09-14 02:17:50 -0300
commit4a67ee98930954b9cf95471e22e81cf5f0cc831a (patch)
tree1cf2202887f330bd105950f02759ab56012b5918
parenta7637b37955f1beacfe6c0b153fb11e086bb4762 (diff)
downloadnixlib-4a67ee98930954b9cf95471e22e81cf5f0cc831a.tar
nixlib-4a67ee98930954b9cf95471e22e81cf5f0cc831a.tar.gz
nixlib-4a67ee98930954b9cf95471e22e81cf5f0cc831a.tar.bz2
nixlib-4a67ee98930954b9cf95471e22e81cf5f0cc831a.tar.lz
nixlib-4a67ee98930954b9cf95471e22e81cf5f0cc831a.tar.xz
nixlib-4a67ee98930954b9cf95471e22e81cf5f0cc831a.tar.zst
nixlib-4a67ee98930954b9cf95471e22e81cf5f0cc831a.zip
mgba: 0.5.2 -> 0.6.0
-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 e4e84220812b..f14608fd93ef 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.2";
+  version = "0.6.0";
 
   src = fetchFromGitHub {
     owner = "mgba-emu";
     repo = "mgba";
     rev = version;
-    sha256 = "1cpxiwzbywnjs3lrqa3bc9bj68plypx0br3lssd6p68c4wh01fyp";
+    sha256 = "1kzb6zj2lxfaiyfq9h7q26fh7xh1ggybmh5pin5rcgs7jyygrsjb";
   };
 
   nativeBuildInputs = [ pkgconfig cmake ];