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

xemu: 0.8.106 -> 0.8.107 (#452452)

parents 426df381 35ccde9d
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.106";
  version = "0.8.107";

  src = fetchFromGitHub {
    owner = "xemu-project";
    repo = "xemu";
    tag = "v${finalAttrs.version}";
    hash = "sha256-QlhK86yj0ZvhbXfZyoHkpgxC9rZx/XRZ1LdFNFH1LMk=";
    hash = "sha256-rrf3PVetkrHbogOd+1ZrtfHdRJPrq0c9q4Zg0LSOy94=";

    nativeBuildInputs = [
      git