about summary refs log tree commit diff
path: root/pkgs/misc/emulators
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2020-08-13 00:11:48 -0300
committerGitHub <noreply@github.com>2020-08-13 00:11:48 -0300
commitc7588685bb40efd260c342d5c6ded08299f5ecc4 (patch)
tree3dccd297625717d85a3632afcdf468d5e0d44718 /pkgs/misc/emulators
parent0402ad70cf277fc43f47940980af82cf6c902b61 (diff)
parente434584ae418ecbbd46611a7868d038f316c8694 (diff)
downloadnixlib-c7588685bb40efd260c342d5c6ded08299f5ecc4.tar
nixlib-c7588685bb40efd260c342d5c6ded08299f5ecc4.tar.gz
nixlib-c7588685bb40efd260c342d5c6ded08299f5ecc4.tar.bz2
nixlib-c7588685bb40efd260c342d5c6ded08299f5ecc4.tar.lz
nixlib-c7588685bb40efd260c342d5c6ded08299f5ecc4.tar.xz
nixlib-c7588685bb40efd260c342d5c6ded08299f5ecc4.tar.zst
nixlib-c7588685bb40efd260c342d5c6ded08299f5ecc4.zip
Merge pull request #95146 from r-ryantm/auto-update/mgba
mgba: 0.8.2 -> 0.8.3
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 e67549b208b7..73845581b1bf 100644
--- a/pkgs/misc/emulators/mgba/default.nix
+++ b/pkgs/misc/emulators/mgba/default.nix
@@ -15,13 +15,13 @@ let
   };
 in stdenv.mkDerivation rec {
   pname = "mgba";
-  version = "0.8.2";
+  version = "0.8.3";
 
   src = fetchFromGitHub {
     owner = "mgba-emu";
     repo = "mgba";
     rev = version;
-    sha256 = "0dlwhn3hrpaqnl5hjs53y8j2i16idxrg3gy688gcwrc9z1a6bkn2";
+    sha256 = "0rwlfjdr0rzbq4kaplvwsgyb8xq6nrzxss2c8xrgw9hqw3ymx4s3";
   };
 
   enableParallelBuilding = true;