about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-09-12 08:48:25 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-09-12 08:48:25 +0000
commit29b58cfaaecc826fb61d490b8ac44f2c4e7d7dc9 (patch)
tree0f5a59bfb22a574c811f269f03abfd3181468c2e
parent79aa627be641fec02ae77997d1238a2f4514691b (diff)
vbam: 2.1.6 -> 2.1.7
-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 2b252f0f10de1..f0cd38de8949d 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.6";
+  version = "2.1.7";
   src = fetchFromGitHub {
     owner = "visualboyadvance-m";
     repo = "visualboyadvance-m";
     rev = "v${version}";
-    sha256 = "1fph8phbswq6d9lgw1y1767wdp316w5hn5bws6h2dj75gvsqf221";
+    sha256 = "sha256-XMb4+YPH1xgbiRC4vmooxALmjX2QURLWOGOwepdWI7o=";
   };
 
   nativeBuildInputs = [ cmake pkg-config ];