xemu: 0.8.113 -> 0.8.115 (#462849)

This commit is contained in:
Matteo Pacini
2025-11-18 14:54:10 +00:00
committed by GitHub
+2 -2
View File
@@ -34,13 +34,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xemu";
version = "0.8.113";
version = "0.8.115";
src = fetchFromGitHub {
owner = "xemu-project";
repo = "xemu";
tag = "v${finalAttrs.version}";
hash = "sha256-6qUCzgH8WBL0BGIxgK0W3tQA68/rVznb7VRjqOH2Hp0=";
hash = "sha256-RmMfS+HBZvLSCt4afKNIT8vfc3IUBCpnmF157A83iEo=";
nativeBuildInputs = [
git