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

sameboy: 0.14.7 -> 0.15.4
This commit is contained in:
Jonas Heinrich 2022-08-27 13:43:09 +02:00 committed by GitHub
commit 91fc08d857
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "sameboy";
version = "0.14.7";
version = "0.15.4";
src = fetchFromGitHub {
owner = "LIJI32";
repo = "SameBoy";
rev = "v${version}";
sha256 = "sha256-rvcR1mp+lJ6ZFc9WYUK9FBVcG2vD5MoX6lY+AJsMaeQ=";
sha256 = "sha256-YLWo6Em/NdU60Dtu4ePANSKLixozxpxVwD3dJcAOs3g=";
};
enableParallelBuilding = true;