about summary refs log tree commit diff
path: root/pkgs/applications/emulators/vbam/default.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-04 07:03:17 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-04 07:03:17 +0000
commit95500ec6ab3a4ae976a1b5d18ba8dfe297480e9e (patch)
tree0f8fdea21ffaa34fc49d091749ff1bf05192f996 /pkgs/applications/emulators/vbam/default.nix
parente1297790f1c4ef4f607a907ba9ce0c4b3a557609 (diff)
vbam: 2.1.8 -> 2.1.9
Diffstat (limited to 'pkgs/applications/emulators/vbam/default.nix')
-rw-r--r--pkgs/applications/emulators/vbam/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/emulators/vbam/default.nix b/pkgs/applications/emulators/vbam/default.nix
index 6eae243ce3b40..80fd7636aacbf 100644
--- a/pkgs/applications/emulators/vbam/default.nix
+++ b/pkgs/applications/emulators/vbam/default.nix
@@ -18,12 +18,12 @@
 
 stdenv.mkDerivation rec {
   pname = "visualboyadvance-m";
-  version = "2.1.8";
+  version = "2.1.9";
   src = fetchFromGitHub {
     owner = "visualboyadvance-m";
     repo = "visualboyadvance-m";
     rev = "v${version}";
-    sha256 = "sha256-r/LF9mYwKPwkIidMAb4k4B6Q2UYjW0TucKI5LJ2gjl0=";
+    sha256 = "sha256-t5/CM5KXDG0OCByu7mUyuC5NkYmB3BFmEHHgnMY05nE=";
   };
 
   nativeBuildInputs = [ cmake pkg-config ];