xemu: 0.8.109 -> 0.8.110 (#456662)

This commit is contained in:
Matteo Pacini
2025-10-29 09:11:36 +00:00
committed by GitHub
+2 -2
View File
@@ -35,13 +35,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xemu";
version = "0.8.109";
version = "0.8.110";
src = fetchFromGitHub {
owner = "xemu-project";
repo = "xemu";
tag = "v${finalAttrs.version}";
hash = "sha256-1SJGcwnDvqEnm2Z9O4TNo+417CJrwHRgzuRzewzIbXY=";
hash = "sha256-kb8sAaqPHbVXeddMD/BoUnxph4lLTmRctY+yjhgu4gw=";
nativeBuildInputs = [
git