xemu: 0.8.97 -> 0.8.98

This commit is contained in:
R. Ryantm
2025-09-16 13:07:27 +00:00
parent b780ce5f51
commit 48d3d99fe5
+2 -2
View File
@@ -32,13 +32,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xemu";
version = "0.8.97";
version = "0.8.98";
src = fetchFromGitHub {
owner = "xemu-project";
repo = "xemu";
tag = "v${finalAttrs.version}";
hash = "sha256-xx3f4khNV4CwtM9R2NQ2usDc/ScGEaZ3EbyDv1jaHtQ=";
hash = "sha256-kqNZFRkLZ7MiniV2kg+FJ6E4Ms/8+pQLHe8MvhZYC0I=";
nativeBuildInputs = [
git