Unverified Commit ce3b4e60 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

rgbds: 0.9.0 -> 0.9.1 (#378997)

parents e5deb5d8 b4f4acf7
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.0";
  version = "0.9.1";
  src = fetchFromGitHub {
    owner = "gbdev";
    repo = "rgbds";
    rev = "v${version}";
    hash = "sha256-njJ7g7hgaiahpeeDHrv9nYvWZp51Fl10CsV36ldBpf0=";
    hash = "sha256-Rv2ylZavLy+G4XFLBdNGjk78hSb8cDoX9lW1l2TRmtk=";
  };
  nativeBuildInputs = [
    bison