xemu: 0.8.129 -> 0.8.130

This commit is contained in:
R. Ryantm
2026-01-05 01:39:29 +00:00
parent 454f2ab1e1
commit 1cd5c9434e
+2 -2
View File
@@ -34,13 +34,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xemu";
version = "0.8.129";
version = "0.8.130";
src = fetchFromGitHub {
owner = "xemu-project";
repo = "xemu";
tag = "v${finalAttrs.version}";
hash = "sha256-Y7iIODMczLFRisOPxLPsl2Ot44I8pvjflD3vI+4rIlk=";
hash = "sha256-v2o+AhfI1qqRRc1yEhOYLnZb8cEdIye4HeMQ2hcwbOU=";
nativeBuildInputs = [
git