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

xemu: 0.8.113 -> 0.8.115 (#462849)

parents 55445e27 9e454319
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.113";
  version = "0.8.115";

  src = fetchFromGitHub {
    owner = "xemu-project";
    repo = "xemu";
    tag = "v${finalAttrs.version}";
    hash = "sha256-6qUCzgH8WBL0BGIxgK0W3tQA68/rVznb7VRjqOH2Hp0=";
    hash = "sha256-RmMfS+HBZvLSCt4afKNIT8vfc3IUBCpnmF157A83iEo=";

    nativeBuildInputs = [
      git