blackshades: 2.4.9 -> 2.5.1

authored by Nguyễn Gia Phong and committed by Anderson Torres c7bb13c6 4867914e

+6 -4
+6 -4
pkgs/games/blackshades/default.nix
··· 6 6 , libGLU 7 7 , libsndfile 8 8 , openal 9 - , zig_0_9 9 + , zig_0_11 10 10 }: 11 11 12 12 stdenv.mkDerivation (finalAttrs: { 13 13 pname = "blackshades"; 14 - version = "2.4.9"; 14 + version = "2.5.1"; 15 15 16 16 src = fetchFromSourcehut { 17 17 owner = "~cnx"; 18 18 repo = "blackshades"; 19 19 rev = finalAttrs.version; 20 20 fetchSubmodules = true; 21 - hash = "sha256-Hg+VcWI28GzY/CPm1lUftP0RGztOnzizrKJQVTmeJ9I="; 21 + hash = "sha256-qdpXpuXHr9w2XMfgOVveWv3JoqdJHVB8TCqZdyaw/DM="; 22 22 }; 23 23 24 - nativeBuildInputs = [ zig_0_9.hook ]; 24 + nativeBuildInputs = [ zig_0_11.hook ]; 25 25 26 26 buildInputs = [ 27 27 glfw ··· 34 34 meta = { 35 35 homepage = "https://sr.ht/~cnx/blackshades"; 36 36 description = "A psychic bodyguard FPS"; 37 + changelog = "https://git.sr.ht/~cnx/blackshades/refs/${finalAttrs.version}"; 38 + mainProgram = "blackshades"; 37 39 license = lib.licenses.gpl3Plus; 38 40 maintainers = with lib.maintainers; [ McSinyx viric ]; 39 41 platforms = lib.platforms.linux;