xemu: 0.8.116 -> 0.8.118

This commit is contained in:
R. Ryantm
2025-12-04 05:46:52 +00:00
parent a0753c1e29
commit b589d932cb
+2 -2
View File
@@ -34,13 +34,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xemu";
version = "0.8.116";
version = "0.8.118";
src = fetchFromGitHub {
owner = "xemu-project";
repo = "xemu";
tag = "v${finalAttrs.version}";
hash = "sha256-hmDAT2LCB+kyhYhLvGkpZnEGiXxD8RsPqt29ZFfS6q4=";
hash = "sha256-etr9YTqD3faVpjDUtmOtYDGh1ZGsl/sWVLs33nOwNKQ=";
nativeBuildInputs = [
git