sameboy: 0.15.5 -> 0.15.6

This commit is contained in:
R. Ryantm 2022-09-19 02:59:27 +00:00
parent 7f70ade94e
commit 5a59e83b79

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "sameboy";
version = "0.15.5";
version = "0.15.6";
src = fetchFromGitHub {
owner = "LIJI32";
repo = "SameBoy";
rev = "v${version}";
sha256 = "sha256-R93ZIc1Ics3diJJDdGUBCEGRDW25YnC1ZY0DyJjpyVM=";
sha256 = "sha256-WsZuOKq/Dfk2zgYFXSwZPUuPrJQJ3y3mJHL6s61mTig=";
};
enableParallelBuilding = true;