allegro5: 5.2.9.1 -> 5.2.10.0 (#363183)

This commit is contained in:
7c6f434c
2024-12-13 07:14:48 +00:00
committed by GitHub
+2 -2
View File
@@ -39,13 +39,13 @@
stdenv.mkDerivation rec {
pname = "allegro";
version = "5.2.9.1";
version = "5.2.10.0";
src = fetchFromGitHub {
owner = "liballeg";
repo = "allegro5";
rev = version;
sha256 = "sha256-n2OCmZmAqeXjtnCTqJgQ5q4j8/lnPfH+5tpWKIFKle0=";
sha256 = "sha256-p01h1AX1vPlBm+ksnTMVQxEIz6q9s/f7R9twbR50YMs=";
};
nativeBuildInputs = [