Merge pull request #319843 from r-ryantm/auto-update/sameboy

sameboy: 0.16.5 -> 0.16.6
This commit is contained in:
Nick Cao 2024-06-15 09:20:50 -04:00 committed by GitHub
commit 82efe39a1b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "sameboy";
version = "0.16.5";
version = "0.16.6";
src = fetchFromGitHub {
owner = "LIJI32";
repo = "SameBoy";
rev = "v${version}";
sha256 = "sha256-w/l+L/Gs2ERzXLiGFrNKHBTGBLdr+2zn1ZYRHUtZcHg=";
sha256 = "sha256-URth/0hMfxnBJpfA1k+UU9/jJzfte2UXeLv5JnBDGUs=";
};
enableParallelBuilding = true;