summary refs log tree commit diff
path: root/pkgs/misc
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
parent0402ad70cf277fc43f47940980af82cf6c902b61 (diff)
parente434584ae418ecbbd46611a7868d038f316c8694 (diff)
downloadnixpkgs-c7588685bb40efd260c342d5c6ded08299f5ecc4.tar
nixpkgs-c7588685bb40efd260c342d5c6ded08299f5ecc4.tar.gz
nixpkgs-c7588685bb40efd260c342d5c6ded08299f5ecc4.tar.bz2
nixpkgs-c7588685bb40efd260c342d5c6ded08299f5ecc4.tar.lz
nixpkgs-c7588685bb40efd260c342d5c6ded08299f5ecc4.tar.xz
nixpkgs-c7588685bb40efd260c342d5c6ded08299f5ecc4.tar.zst
nixpkgs-c7588685bb40efd260c342d5c6ded08299f5ecc4.zip
Merge pull request #95146 from r-ryantm/auto-update/mgba
mgba: 0.8.2 -> 0.8.3
Diffstat (limited to 'pkgs/misc')
-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 e67549b208b..73845581b1b 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;