xemu: 0.8.109 -> 0.8.110

This commit is contained in:
R. Ryantm
2025-10-29 03:04:30 +00:00
parent 64f174a74b
commit b9520fcfe3
+2 -2
View File
@@ -35,13 +35,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xemu";
version = "0.8.109";
version = "0.8.110";
src = fetchFromGitHub {
owner = "xemu-project";
repo = "xemu";
tag = "v${finalAttrs.version}";
hash = "sha256-1SJGcwnDvqEnm2Z9O4TNo+417CJrwHRgzuRzewzIbXY=";
hash = "sha256-kb8sAaqPHbVXeddMD/BoUnxph4lLTmRctY+yjhgu4gw=";
nativeBuildInputs = [
git