Commit bf893c7d authored by R. RyanTM's avatar R. RyanTM Committed by Anderson Torres
Browse files

xemu: 0.7.110 -> 0.7.111

parent 45d87fc8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,13 +28,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "xemu";
  version = "0.7.110";
  version = "0.7.111";

  src = fetchFromGitHub {
    owner = "xemu-project";
    repo = "xemu";
    rev = "v${finalAttrs.version}";
    hash = "sha256-ztYjvQunjskPZUIntzX4GEh0nv0K6knVubYW+QlCCII=";
    hash = "sha256-j7VNNKGm8mFEz+8779ylw1Yjd+jDuoL19Sw52kJll4s=";
    fetchSubmodules = true;
  };