xemu: 0.8.110 -> 0.8.111

This commit is contained in:
R. Ryantm
2025-11-05 01:25:37 +00:00
parent 72609b8ced
commit 79e7714b9c

View File

@@ -35,13 +35,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xemu";
version = "0.8.110";
version = "0.8.111";
src = fetchFromGitHub {
owner = "xemu-project";
repo = "xemu";
tag = "v${finalAttrs.version}";
hash = "sha256-kb8sAaqPHbVXeddMD/BoUnxph4lLTmRctY+yjhgu4gw=";
hash = "sha256-73dFFdhX36G1GeBVdbJ7ST4s98PtPsfnBBDeL8h+h04=";
nativeBuildInputs = [
git