rgbds: 0.9.0 -> 0.9.1

This commit is contained in:
R. Ryantm
2025-02-03 01:45:19 +00:00
parent 6319929dc6
commit b4f4acf790

View File

@@ -10,12 +10,12 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "rgbds"; pname = "rgbds";
version = "0.9.0"; version = "0.9.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "gbdev"; owner = "gbdev";
repo = "rgbds"; repo = "rgbds";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-njJ7g7hgaiahpeeDHrv9nYvWZp51Fl10CsV36ldBpf0="; hash = "sha256-Rv2ylZavLy+G4XFLBdNGjk78hSb8cDoX9lW1l2TRmtk=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
bison bison