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