projectm-sdl-cpp: 0-unstable-2025-10-17 -> 0-unstable-2025-12-27

This commit is contained in:
R. Ryantm
2025-12-28 23:41:17 +00:00
parent 6ab9745ee4
commit e245221d9e
+3 -3
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation {
pname = "projectm-sdl-cpp";
version = "0-unstable-2025-10-17";
version = "0-unstable-2025-12-27";
src = fetchFromGitHub {
owner = "projectM-visualizer";
repo = "frontend-sdl-cpp";
rev = "72e5632897c9d9bef452c679d3cbe8c7b4bb4157";
hash = "sha256-uO2+CX2DqVn6NdcZhBlKFIPuUQpz6N8LazG3ALJTSx0=";
rev = "0231108c9574c7ba04490fe0036b314f7f37ca6e";
hash = "sha256-NSwy0pJeJpqRxQI451J2kdevNt5EWUF4REhsmF0HS3w=";
fetchSubmodules = true;
};