xemu: 0.8.111 -> 0.8.113 (#460638)

This commit is contained in:
Matteo Pacini
2025-11-11 14:59:08 +00:00
committed by GitHub

View File

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