about summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2021-12-19 13:18:26 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2021-12-19 13:18:26 -0300
commit60420c098abc206f5fbfbf31a13f7b96f073cc16 (patch)
treeff3cf0d999ed523559637dc431e6937c7372e4cb /pkgs/misc
parentb12ba3668482b49bb275dad733da30becafbd9ff (diff)
mgba: 0.9.2 -> 0.9.3
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/emulators/mgba/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/misc/emulators/mgba/default.nix b/pkgs/misc/emulators/mgba/default.nix
index 4d0f98552717c..d9518c6359081 100644
--- a/pkgs/misc/emulators/mgba/default.nix
+++ b/pkgs/misc/emulators/mgba/default.nix
@@ -20,13 +20,13 @@
 
 stdenv.mkDerivation rec {
   pname = "mgba";
-  version = "0.9.2";
+  version = "0.9.3";
 
   src = fetchFromGitHub {
     owner = "mgba-emu";
     repo = "mgba";
     rev = version;
-    hash = "sha256-A48PVUCekdRYel/BddPCeIcEDllOvcU7pk4i4P58dpo=";
+    hash = "sha256-0ZtoyyoD+YjplJlPFpZgIg5119j/6X8ZaSZP+UpX5K0=";
   };
 
   nativeBuildInputs = [
@@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
     pkg-config
     wrapQtAppsHook
   ];
+
   buildInputs = [
     SDL2
     epoxy
@@ -81,10 +82,9 @@ stdenv.mkDerivation rec {
       runners, and a modern feature set for emulators that older emulators may
       not support.
     '';
-
     license = licenses.mpl20;
     maintainers = with maintainers; [ MP2E AndersonTorres ];
     platforms = platforms.linux;
   };
 }
-# TODO [ AndersonTorres ]: use desktopItem functions
+# TODO: use desktopItem functions