Commit 79e7714b authored by R. RyanTM's avatar R. RyanTM
Browse files

xemu: 0.8.110 -> 0.8.111

parent 72609b8c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -35,13 +35,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "xemu";
  version = "0.8.110";
  version = "0.8.111";

  src = fetchFromGitHub {
    owner = "xemu-project";
    repo = "xemu";
    tag = "v${finalAttrs.version}";
    hash = "sha256-kb8sAaqPHbVXeddMD/BoUnxph4lLTmRctY+yjhgu4gw=";
    hash = "sha256-73dFFdhX36G1GeBVdbJ7ST4s98PtPsfnBBDeL8h+h04=";

    nativeBuildInputs = [
      git