rgbds: 0.9.4 -> 1.0.1

This commit is contained in:
R. Ryantm
2026-02-01 16:26:04 +01:00
committed by Weijia Wang
parent b68330af8b
commit 61684eecff
+3 -3
View File
@@ -10,12 +10,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rgbds";
version = "0.9.4";
version = "1.0.1";
src = fetchFromGitHub {
owner = "gbdev";
repo = "rgbds";
rev = "v${finalAttrs.version}";
hash = "sha256-PFnU6vWfwvtnB93J+PcxZk000hbHnbe7GR+HCvH26dg=";
tag = "v${finalAttrs.version}";
hash = "sha256-amTlFuk+j4lupBmXt+2A2XNn3CIqKhar+JfpFFhg834=";
};
nativeBuildInputs = [
bison