rgbds: 0.7.0 -> 0.8.0

This commit is contained in:
R. Ryantm 2024-06-28 20:25:11 +00:00
parent c8201d6eef
commit 0aa26d406f

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