Merge pull request #254704 from r-ryantm/auto-update/vbam

This commit is contained in:
Lassulus 2023-09-13 01:12:38 +02:00 committed by GitHub
commit f78122df47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,12 +18,12 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "visualboyadvance-m"; pname = "visualboyadvance-m";
version = "2.1.6"; version = "2.1.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "visualboyadvance-m"; owner = "visualboyadvance-m";
repo = "visualboyadvance-m"; repo = "visualboyadvance-m";
rev = "v${version}"; rev = "v${version}";
sha256 = "1fph8phbswq6d9lgw1y1767wdp316w5hn5bws6h2dj75gvsqf221"; sha256 = "sha256-XMb4+YPH1xgbiRC4vmooxALmjX2QURLWOGOwepdWI7o=";
}; };
nativeBuildInputs = [ cmake pkg-config ]; nativeBuildInputs = [ cmake pkg-config ];