Merge pull request #37259 from ryantm/auto-update/allegro

allegro: 5.2.3.0 -> 5.2.4.0
This commit is contained in:
Michael Raskin 2018-03-17 19:30:11 +00:00 committed by GitHub
commit 85531d4ff9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
name = "allegro-${version}";
version = "5.2.3.0";
version = "5.2.4.0";
src = fetchFromGitHub {
owner = "liballeg";
repo = "allegro5";
rev = version;
sha256 = "0bx240x0filalfarylqjgqf3g80c7dhzhy4m162swjlg0vjpgblr";
sha256 = "01y3hirn5b08f188nnhb2cbqj4vzysr7l2qpz2208srv8arzmj2d";
};
buildInputs = [