about summary refs log tree commit diff
path: root/pkgs/misc/emulators
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-03-10 17:17:10 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-03-10 17:17:10 -0700
commit132bb0bbe36b400af37e0814c6691eaa15f9f0d0 (patch)
tree49a271b11715cbc94dd6aacbe9211d1384bf500d /pkgs/misc/emulators
parent213d6dd6ac1e440e95398448dae4bd6cf24989dd (diff)
downloadnixlib-132bb0bbe36b400af37e0814c6691eaa15f9f0d0.tar
nixlib-132bb0bbe36b400af37e0814c6691eaa15f9f0d0.tar.gz
nixlib-132bb0bbe36b400af37e0814c6691eaa15f9f0d0.tar.bz2
nixlib-132bb0bbe36b400af37e0814c6691eaa15f9f0d0.tar.lz
nixlib-132bb0bbe36b400af37e0814c6691eaa15f9f0d0.tar.xz
nixlib-132bb0bbe36b400af37e0814c6691eaa15f9f0d0.tar.zst
nixlib-132bb0bbe36b400af37e0814c6691eaa15f9f0d0.zip
mgba: 0.7.0 -> 0.7.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mgba/versions
Diffstat (limited to 'pkgs/misc/emulators')
-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 09c3d8e762d2..0a41e9b33825 100644
--- a/pkgs/misc/emulators/mgba/default.nix
+++ b/pkgs/misc/emulators/mgba/default.nix
@@ -15,13 +15,13 @@ let
   };
 in stdenv.mkDerivation rec {
   name = "mgba-${version}";
-  version = "0.7.0";
+  version = "0.7.1";
 
   src = fetchFromGitHub {
     owner = "mgba-emu";
     repo = "mgba";
     rev = version;
-    sha256 = "0s4dl4pi8rxqahvzxnh37xdgsfax36cn5wlh1srdcmabwsrfpb3w";
+    sha256 = "0q0yg2zna7gjbvpaswyykbg3lr9k3c8l8fydqa407xrgq77lahq4";
   };
 
   enableParallelBuilding = true;