about summary refs log tree commit diff
path: root/pkgs/applications/emulators
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-01-14 09:54:22 -0300
committerGitHub <noreply@github.com>2023-01-14 09:54:22 -0300
commit405d7a76ce9f70573adefbd25fd452d37915a8ae (patch)
treec1b085e406825a7aa00441465113f91d71829b88 /pkgs/applications/emulators
parentd0204585358a5488565e21fe214e45a1a7996b11 (diff)
parentb32200b648e5b1deab6962b9e93350f4120a128b (diff)
Merge pull request #210621 from r-ryantm/auto-update/mgba
mgba: 0.10.0 -> 0.10.1
Diffstat (limited to 'pkgs/applications/emulators')
-rw-r--r--pkgs/applications/emulators/mgba/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/emulators/mgba/default.nix b/pkgs/applications/emulators/mgba/default.nix
index ab7a7db942eca..fc568275d330d 100644
--- a/pkgs/applications/emulators/mgba/default.nix
+++ b/pkgs/applications/emulators/mgba/default.nix
@@ -26,13 +26,13 @@ let
 in
 stdenv.mkDerivation (finalAttrs: {
   pname = "mgba";
-  version = "0.10.0";
+  version = "0.10.1";
 
   src = fetchFromGitHub {
     owner = "mgba-emu";
     repo = "mgba";
     rev = finalAttrs.version;
-    hash = "sha256-2thc2v3aD8t1PrREZIjzRuYfP7b3BA7uFb6R95zxsZI=";
+    hash = "sha256-oWrgYrN7s5tdGJ/GhA2ZaKDVqZq9411fHSoYnLKWDl8=";
   };
 
   nativeBuildInputs = [