summary refs log tree commit diff
diff options
context:
space:
mode:
authorLassulus <github@lassul.us>2023-09-13 01:12:38 +0200
committerGitHub <noreply@github.com>2023-09-13 01:12:38 +0200
commitf78122df472e2871b2623b82b8c38a3e9f2807ea (patch)
treedb1594519e0be828d6e749e8becd59eafa4387a6
parentf1385ec4a99411b53029f196d8ba23ca26b44959 (diff)
parent29b58cfaaecc826fb61d490b8ac44f2c4e7d7dc9 (diff)
downloadnixpkgs-f78122df472e2871b2623b82b8c38a3e9f2807ea.tar
nixpkgs-f78122df472e2871b2623b82b8c38a3e9f2807ea.tar.gz
nixpkgs-f78122df472e2871b2623b82b8c38a3e9f2807ea.tar.bz2
nixpkgs-f78122df472e2871b2623b82b8c38a3e9f2807ea.tar.lz
nixpkgs-f78122df472e2871b2623b82b8c38a3e9f2807ea.tar.xz
nixpkgs-f78122df472e2871b2623b82b8c38a3e9f2807ea.tar.zst
nixpkgs-f78122df472e2871b2623b82b8c38a3e9f2807ea.zip
Merge pull request #254704 from r-ryantm/auto-update/vbam
-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 2b252f0f10d..f0cd38de894 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 ];