rgbds: 0.9.0 -> 0.9.1 (#378997)

This commit is contained in:
jopejoe1
2025-02-09 18:18:40 +01:00
committed by GitHub

View File

@@ -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