Unverified Commit ab878f4b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

xemu: 0.7.118 -> 0.7.119
parents 492707d5 a3ee6ee2
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.118";
  version = "0.7.119";

  src = fetchFromGitHub {
    owner = "xemu-project";
    repo = "xemu";
    rev = "v${finalAttrs.version}";
    hash = "sha256-IGzPxwNxuqMsZhQ63VUyDzPSBpAgc0U0oUjM/blEd7g=";
    hash = "sha256-5gH1pQqy45vmgeW61peEi6+ZXpPgyQMUg3dh37oqR6s=";
    fetchSubmodules = true;
  };