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

sameboy: 0.16 -> 0.16.1
This commit is contained in:
Weijia Wang 2024-01-20 04:33:35 +01:00 committed by GitHub
commit 25ef65de4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "sameboy";
version = "0.16";
version = "0.16.1";
src = fetchFromGitHub {
owner = "LIJI32";
repo = "SameBoy";
rev = "v${version}";
sha256 = "sha256-sQVTCHOSc2N+Qs/rl0DfsUzg7P5Egws2UuNBQ9fpkoQ=";
sha256 = "sha256-0B9wN6CTx4T3P7RomOrz/bRdp/YGknPqmwWByAbGHvI=";
};
enableParallelBuilding = true;