SDL_compat: 1.2.64 -> 1.2.68
This commit is contained in:
parent
0b48455b2d
commit
cd73d637e7
1 changed files with 2 additions and 2 deletions
|
@ -19,13 +19,13 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "SDL_compat";
|
pname = "SDL_compat";
|
||||||
version = "1.2.64";
|
version = "1.2.68";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "libsdl-org";
|
owner = "libsdl-org";
|
||||||
repo = "sdl12-compat";
|
repo = "sdl12-compat";
|
||||||
rev = "release-" + version;
|
rev = "release-" + version;
|
||||||
hash = "sha256-Ctl7RElRWaB4IpBZD5Sm0rYOcv5zaIag78VTKoFlbVs=";
|
hash = "sha256-f2dl3L7/qoYNl4sjik1npcW/W09zsEumiV9jHuKnUmM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkg-config ]
|
nativeBuildInputs = [ cmake pkg-config ]
|
||||||
|
|
Loading…
Reference in a new issue