Unverified Commit 8a132c7c authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

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

xemu: 0.7.120 -> 0.7.121
parents 64341cc2 6ff50a1f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,14 +28,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "xemu";
  version = "0.7.120";
  version = "0.7.121";

  src = fetchFromGitHub {
    owner = "xemu-project";
    repo = "xemu";
    rev = "v${finalAttrs.version}";
    fetchSubmodules = true;
    hash = "sha256-FFxYp53LLDOPZ1Inr70oyQXhNjJO23G+gNmXd/lvrYs=";
    hash = "sha256-VcztVzG/IN9N0SVKj6BipyqnhxXC2nTTuMjKMtFKzGw=";
  };

  nativeBuildInputs = [