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

sameboy: 0.16.2 -> 0.16.3
This commit is contained in:
Matthias Beyer 2024-04-14 08:55:38 +02:00 committed by GitHub
commit 35a1f13a10
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.2";
version = "0.16.3";
src = fetchFromGitHub {
owner = "LIJI32";
repo = "SameBoy";
rev = "v${version}";
sha256 = "sha256-KEbwug/cwGLS/uhY1rKasLJWaKtiYYzdZvbAU2orfbI=";
sha256 = "sha256-sQWmuF1dQgvW9WyOxgxaupTUcde3KzzYiGv+v1N5ssk=";
};
enableParallelBuilding = true;