Commit c7c126f2 authored by R. RyanTM's avatar R. RyanTM Committed by Anderson Torres
Browse files

xemu: 0.7.111 -> 0.7.116

parent e0d3bcbb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,13 +28,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "xemu";
  version = "0.7.111";
  version = "0.7.116";

  src = fetchFromGitHub {
    owner = "xemu-project";
    repo = "xemu";
    rev = "v${finalAttrs.version}";
    hash = "sha256-j7VNNKGm8mFEz+8779ylw1Yjd+jDuoL19Sw52kJll4s=";
    hash = "sha256-/fUTQYi6EDG4wUFc17nuBUt/F1zBdhk/MEizwTo5I8Q=";
    fetchSubmodules = true;
  };