1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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 ];