Merge pull request #270089 from r-ryantm/auto-update/allegro5

allegro5: 5.2.8.0 -> 5.2.9.0
This commit is contained in:
7c6f434c 2023-11-29 19:36:22 +00:00 committed by GitHub
commit e20a925495
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,13 +40,13 @@
stdenv.mkDerivation rec {
pname = "allegro";
version = "5.2.8.0";
version = "5.2.9.0";
src = fetchFromGitHub {
owner = "liballeg";
repo = "allegro5";
rev = version;
sha256 = "sha256-uNcaeTelFNfg+YjPYc7nK4TrFDxJsEuPhsF8x1cvIYQ=";
sha256 = "sha256-lGaHhFlc9zcalRFx0Xcyd0pZdC9lln0ez5hdfRz6Kt8=";
};
nativeBuildInputs = [