allegro5: 5.2.10.0 -> 5.2.10.1

This commit is contained in:
R. Ryantm
2024-12-29 11:18:26 +00:00
parent 0698afda94
commit 992480bd6c
+2 -2
View File
@@ -39,13 +39,13 @@
stdenv.mkDerivation rec {
pname = "allegro";
version = "5.2.10.0";
version = "5.2.10.1";
src = fetchFromGitHub {
owner = "liballeg";
repo = "allegro5";
rev = version;
sha256 = "sha256-p01h1AX1vPlBm+ksnTMVQxEIz6q9s/f7R9twbR50YMs=";
sha256 = "sha256-agE3K+6VhhG/LO52fiesCsOq1fNYVRhdW7aKdPCbTOo=";
};
nativeBuildInputs = [