Merge pull request #323237 from r-ryantm/auto-update/rgbds

rgbds: 0.7.0 -> 0.8.0
This commit is contained in:
Weijia Wang
2024-07-06 02:20:30 +02:00
committed by GitHub

View File

@@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "rgbds";
version = "0.7.0";
version = "0.8.0";
src = fetchFromGitHub {
owner = "gbdev";
repo = "rgbds";
rev = "v${version}";
hash = "sha256-aktKJlwXpHpjSFxoz5wZJPGWZIcn4ax5iBP0GQEux78=";
hash = "sha256-rSPYnbZjCoAKJBNCJCKsLBenolOzS78Zm850BJ8mKhA=";
};
nativeBuildInputs = [ bison flex pkg-config ];
buildInputs = [ libpng ];