allegro5: 5.2.9.0 -> 5.2.9.1

This commit is contained in:
R. Ryantm 2024-01-20 17:10:52 +00:00
parent 9e6a169957
commit 1588f246c2

View file

@ -40,13 +40,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "allegro"; pname = "allegro";
version = "5.2.9.0"; version = "5.2.9.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "liballeg"; owner = "liballeg";
repo = "allegro5"; repo = "allegro5";
rev = version; rev = version;
sha256 = "sha256-lGaHhFlc9zcalRFx0Xcyd0pZdC9lln0ez5hdfRz6Kt8="; sha256 = "sha256-n2OCmZmAqeXjtnCTqJgQ5q4j8/lnPfH+5tpWKIFKle0=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [