Unverified Commit 22facfda authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

rgbds: 0.7.0 -> 0.8.0
parents e7bd1a60 0aa26d40
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];