about summary refs log tree commit diff
path: root/pkgs/applications/emulators/vbam/default.nix
diff options
context:
space:
mode:
authornetali <me@netali.de>2023-12-14 17:09:02 +0100
committernetali <me@netali.de>2023-12-14 17:09:02 +0100
commit82fcf2589b7ac8430eb2de4fe91db6b502aad889 (patch)
treecd7c5c8dd6b045fcfd916886979196c0b0d83eec /pkgs/applications/emulators/vbam/default.nix
parent706460f2c85cc100e4513943f63a98bfd149c6fa (diff)
vbam: 2.1.7 -> 2.1.8
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 b090864d0d00a..6eae243ce3b40 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.7";
+  version = "2.1.8";
   src = fetchFromGitHub {
     owner = "visualboyadvance-m";
     repo = "visualboyadvance-m";
     rev = "v${version}";
-    sha256 = "sha256-XMb4+YPH1xgbiRC4vmooxALmjX2QURLWOGOwepdWI7o=";
+    sha256 = "sha256-r/LF9mYwKPwkIidMAb4k4B6Q2UYjW0TucKI5LJ2gjl0=";
   };
 
   nativeBuildInputs = [ cmake pkg-config ];