xemu: 0.7.97 -> 0.7.103

This commit is contained in:
lasers 2023-07-22 03:01:42 -05:00 committed by Anderson Torres
parent 9a238982dc
commit 784edf766b

View File

@ -12,6 +12,7 @@
, libepoxy
, libpcap
, libsamplerate
, libslirp
, makeDesktopItem
, mesa
, meson
@ -27,13 +28,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xemu";
version = "0.7.97";
version = "0.7.103";
src = fetchFromGitHub {
owner = "xemu-project";
repo = "xemu";
rev = "v${finalAttrs.version}";
hash = "sha256-Doyn+EHZ9nlYjufHnHARLXbyDjYIEGIHuLOXFHU5f3w=";
hash = "sha256-yBeaRZH8YVrZATBLpUPheS2SY/rAKaRc3HKtFHKOV8E=";
fetchSubmodules = true;
};
@ -60,6 +61,7 @@ stdenv.mkDerivation (finalAttrs: {
libepoxy
libpcap
libsamplerate
libslirp
mesa
openssl
vte