xemu: 0.8.110 -> 0.8.111 (#458679)

This commit is contained in:
Matteo Pacini
2025-11-05 09:08:08 +00:00
committed by GitHub
+2 -2
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