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

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

xemu: 0.7.121 -> 0.7.122
parents 9a5bfec4 30bf547c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,14 +27,14 @@

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

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

  nativeBuildInputs =