xemu: 0.8.132 -> 0.8.133 (#483851)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-26 18:42:01 +00:00
committed by GitHub
+2 -2
View File
@@ -34,13 +34,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xemu";
version = "0.8.132";
version = "0.8.133";
src = fetchFromGitHub {
owner = "xemu-project";
repo = "xemu";
tag = "v${finalAttrs.version}";
hash = "sha256-oIsO3pYP3ggs9IgMlMi2z+AWZT6HvCpPOzOk2FdgOPs=";
hash = "sha256-S66DiwTx09Hx5jt2aX6D+YndsbY39qmIkGl/uViori4=";
nativeBuildInputs = [
git