rgbds: 0.9.3 -> 0.9.4 (#429849)

This commit is contained in:
Wolfgang Walther
2025-08-14 18:37:34 +00:00
committed by GitHub
+2 -2
View File
@@ -10,12 +10,12 @@
stdenv.mkDerivation rec {
pname = "rgbds";
version = "0.9.3";
version = "0.9.4";
src = fetchFromGitHub {
owner = "gbdev";
repo = "rgbds";
rev = "v${version}";
hash = "sha256-G83AoURZWrKto64Aga2vpg4/vY9pwLS+SDkFX0arKQw=";
hash = "sha256-PFnU6vWfwvtnB93J+PcxZk000hbHnbe7GR+HCvH26dg=";
};
nativeBuildInputs = [
bison