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

xemu: 0.8.129 -> 0.8.130 (#477011)

parents 3070b010 1cd5c943
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.129";
  version = "0.8.130";

  src = fetchFromGitHub {
    owner = "xemu-project";
    repo = "xemu";
    tag = "v${finalAttrs.version}";
    hash = "sha256-Y7iIODMczLFRisOPxLPsl2Ot44I8pvjflD3vI+4rIlk=";
    hash = "sha256-v2o+AhfI1qqRRc1yEhOYLnZb8cEdIye4HeMQ2hcwbOU=";

    nativeBuildInputs = [
      git