commandergenius: 3.5.0 -> 3.5.1

This commit is contained in:
R. Ryantm
2024-07-12 03:23:18 +00:00
parent c35a5a895f
commit c7bb5e11a6

View File

@@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "commandergenius";
version = "3.5.0";
version = "3.5.1";
src = fetchFromGitLab {
owner = "Dringgstein";
repo = "Commander-Genius";
rev = "v${version}";
hash = "sha256-w5DP7vkvWOs8qcHqoQaEWHnaBwUoi1I4gnE+Z3haHxE=";
hash = "sha256-sWnx2UdnuuLcTxhuXhfG2ssnFvuGi9kOBrpc4jiKgTs=";
};
buildInputs = [ SDL2 SDL2_image SDL2_mixer SDL2_ttf libGL boost libvorbis zlib curl python3 ];