xemu: 0.8.118 -> 0.8.119

This commit is contained in:
R. Ryantm
2025-12-11 02:22:08 +00:00
parent 72ffc39732
commit e01a4b4e62
+2 -2
View File
@@ -34,13 +34,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xemu";
version = "0.8.118";
version = "0.8.119";
src = fetchFromGitHub {
owner = "xemu-project";
repo = "xemu";
tag = "v${finalAttrs.version}";
hash = "sha256-etr9YTqD3faVpjDUtmOtYDGh1ZGsl/sWVLs33nOwNKQ=";
hash = "sha256-as5BYJXEaL4xC41GwNSmwJk8BLOebR04LVUu9T8GCss=";
nativeBuildInputs = [
git