Unverified Commit 97cdea5b authored by Matteo Pacini's avatar Matteo Pacini Committed by GitHub
Browse files

xemu: 0.8.118 -> 0.8.119 (#469791)

parents 5890ffb4 e01a4b4e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -34,13 +34,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "xemu";
  version = "0.8.118";
  version = "0.8.119";

  src = fetchFromGitHub {
    owner = "xemu-project";
    repo = "xemu";
    tag = "v${finalAttrs.version}";
    hash = "sha256-etr9YTqD3faVpjDUtmOtYDGh1ZGsl/sWVLs33nOwNKQ=";
    hash = "sha256-as5BYJXEaL4xC41GwNSmwJk8BLOebR04LVUu9T8GCss=";

    nativeBuildInputs = [
      git