Unverified Commit 9c10e8c8 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

rgbds: 0.9.1 -> 0.9.2 (#404409)

parents 133aa179 33cd1d38
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,12 +10,12 @@

stdenv.mkDerivation rec {
  pname = "rgbds";
  version = "0.9.1";
  version = "0.9.2";
  src = fetchFromGitHub {
    owner = "gbdev";
    repo = "rgbds";
    rev = "v${version}";
    hash = "sha256-Rv2ylZavLy+G4XFLBdNGjk78hSb8cDoX9lW1l2TRmtk=";
    hash = "sha256-Ho9aSpENukNutb5VscopY2p6RGXbRgvtIcRgxTtZews=";
  };
  nativeBuildInputs = [
    bison