xemu: 0.8.134 -> 0.8.135 (#522223)

This commit is contained in:
Matteo Pacini
2026-05-27 05:27:45 +00:00
committed by GitHub

View File

@@ -36,13 +36,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xemu";
version = "0.8.134";
version = "0.8.135";
src = fetchFromGitHub {
owner = "xemu-project";
repo = "xemu";
tag = "v${finalAttrs.version}";
hash = "sha256-BWOLKa7B1GURG4Zfo65ZQrr54nRaRHYibKv71j6gtiY=";
hash = "sha256-IyOv+OdPHrQxOkYSFDGcf4b051+dTzvAgIm1W9DGhOs=";
nativeBuildInputs = [
git