Merge pull request #269070 from r-ryantm/auto-update/xemu

xemu: 0.7.116 -> 0.7.117
This commit is contained in:
Nick Cao
2023-11-21 21:06:42 -05:00
committed by GitHub
+2 -2
View File
@@ -28,13 +28,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xemu";
version = "0.7.116";
version = "0.7.117";
src = fetchFromGitHub {
owner = "xemu-project";
repo = "xemu";
rev = "v${finalAttrs.version}";
hash = "sha256-/fUTQYi6EDG4wUFc17nuBUt/F1zBdhk/MEizwTo5I8Q=";
hash = "sha256-R6BPDBMrVhxUkjMWK8Jz9vqEz5P3v62PIyulHp6Q+KM=";
fetchSubmodules = true;
};