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

sameboy: 0.14.6 -> 0.14.7
This commit is contained in:
Bobby Rong 2022-01-01 20:44:08 +08:00 committed by GitHub
commit 864b6d09d6
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.6";
version = "0.14.7";
src = fetchFromGitHub {
owner = "LIJI32";
repo = "SameBoy";
rev = "v${version}";
sha256 = "sha256-KNAT36XLVtlFT3AKPTqP+GvgfOj0Y2SQ9PNVQv2HVwY=";
sha256 = "sha256-rvcR1mp+lJ6ZFc9WYUK9FBVcG2vD5MoX6lY+AJsMaeQ=";
};
enableParallelBuilding = true;