about summary refs log tree commit diff
path: root/pkgs/misc/emulators
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-06-01 23:20:50 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-06-01 23:20:50 -0700
commit3d4482ff8eedb6332dfe154c12c0cc99631735df (patch)
tree31df6a05e9423edbc0620f1e7910c25309061f5c /pkgs/misc/emulators
parent97aba37876c4513102b0acef05f3438c0b896840 (diff)
downloadnixlib-3d4482ff8eedb6332dfe154c12c0cc99631735df.tar
nixlib-3d4482ff8eedb6332dfe154c12c0cc99631735df.tar.gz
nixlib-3d4482ff8eedb6332dfe154c12c0cc99631735df.tar.bz2
nixlib-3d4482ff8eedb6332dfe154c12c0cc99631735df.tar.lz
nixlib-3d4482ff8eedb6332dfe154c12c0cc99631735df.tar.xz
nixlib-3d4482ff8eedb6332dfe154c12c0cc99631735df.tar.zst
nixlib-3d4482ff8eedb6332dfe154c12c0cc99631735df.zip
mgba: 0.7.1 -> 0.7.2
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 0a41e9b33825..7a5ed31a5803 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.1";
+  version = "0.7.2";
 
   src = fetchFromGitHub {
     owner = "mgba-emu";
     repo = "mgba";
     rev = version;
-    sha256 = "0q0yg2zna7gjbvpaswyykbg3lr9k3c8l8fydqa407xrgq77lahq4";
+    sha256 = "0g0xa1mzvan0sl1p5c784j2g5mcw9kd2b7wiahy06gy0c1nmbcnp";
   };
 
   enableParallelBuilding = true;