projectm-sdl-cpp: 0-unstable-2024-08-07 -> 0-unstable-2025-02-28

This commit is contained in:
R. Ryantm
2025-03-16 23:20:04 +00:00
committed by Francesco Gazzetta
parent 552f0f9a41
commit 84c9f77f9a
+3 -3
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation {
pname = "projectm-sdl-cpp";
version = "0-unstable-2024-08-07";
version = "0-unstable-2025-02-28";
src = fetchFromGitHub {
owner = "projectM-visualizer";
repo = "frontend-sdl-cpp";
rev = "df6bfb51d7be335b4c258e2085f13d14e27f14a9";
hash = "sha256-WcQMwI0i7hON31FpgBSSUoqqlENj6SUwKTXfl7i6jn4=";
rev = "9d93ead331553738568fb789d5e95bfb2388e953";
hash = "sha256-ubylUiVVs7GqirWgawY3ruL/yyZIy8QNJ3wEdTc+4Pc=";
fetchSubmodules = true;
};