rgbds: 0.9.1 -> 0.9.2 (#404409)

This commit is contained in:
Nick Cao
2025-05-06 16:20:07 -04:00
committed by GitHub
+2 -2
View File
@@ -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