sameboy: 0.15.4 -> 0.15.5

This commit is contained in:
R. Ryantm 2022-08-30 01:06:40 +00:00
parent e6dcce9982
commit ca8f183dff

View file

@ -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;