xemu: 0.8.131 -> 0.8.132 (#481572)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-19 16:49:23 +00:00
committed by GitHub

View File

@@ -34,13 +34,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xemu";
version = "0.8.131";
version = "0.8.132";
src = fetchFromGitHub {
owner = "xemu-project";
repo = "xemu";
tag = "v${finalAttrs.version}";
hash = "sha256-S92q8JhRcev+4tkC8tbP+7OJ2JFgygLTjbzuAoqtzRI=";
hash = "sha256-oIsO3pYP3ggs9IgMlMi2z+AWZT6HvCpPOzOk2FdgOPs=";
nativeBuildInputs = [
git