Commit cd73d637 authored by R. RyanTM's avatar R. RyanTM
Browse files

SDL_compat: 1.2.64 -> 1.2.68

parent 0b48455b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "SDL_compat";
  version = "1.2.64";
  version = "1.2.68";

  src = fetchFromGitHub {
    owner = "libsdl-org";
    repo = "sdl12-compat";
    rev = "release-" + version;
    hash = "sha256-Ctl7RElRWaB4IpBZD5Sm0rYOcv5zaIag78VTKoFlbVs=";
    hash = "sha256-f2dl3L7/qoYNl4sjik1npcW/W09zsEumiV9jHuKnUmM=";
  };

  nativeBuildInputs = [ cmake pkg-config ]