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

sameboy: 0.15.4 -> 0.15.5
This commit is contained in:
Jonas Heinrich
2022-09-02 09:54:41 +02:00
committed by GitHub
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "sameboy";
version = "0.15.4";
version = "0.15.5";
src = fetchFromGitHub {
owner = "LIJI32";
repo = "SameBoy";
rev = "v${version}";
sha256 = "sha256-YLWo6Em/NdU60Dtu4ePANSKLixozxpxVwD3dJcAOs3g=";
sha256 = "sha256-R93ZIc1Ics3diJJDdGUBCEGRDW25YnC1ZY0DyJjpyVM=";
};
enableParallelBuilding = true;