Skip to content

Commit

Permalink
blackshades: 2.5.1 -> 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
McSinyx committed Dec 28, 2024
1 parent 634fd46 commit 474419c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/bl/blackshades/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

stdenv.mkDerivation (finalAttrs: {
pname = "blackshades";
version = "2.5.1";
version = "2.5.2";

src = fetchFromSourcehut {
owner = "~cnx";
repo = "blackshades";
rev = finalAttrs.version;
fetchSubmodules = true;
hash = "sha256-qdpXpuXHr9w2XMfgOVveWv3JoqdJHVB8TCqZdyaw/DM=";
hash = "sha256-K/OFL49hXAzeEU1pfpxrIF7NgFfRk11Ah1OHKN8Ulb0=";
};

nativeBuildInputs = [ zig_0_11.hook ];
Expand All @@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Psychic bodyguard FPS";
changelog = "https://git.sr.ht/~cnx/blackshades/refs/${finalAttrs.version}";
mainProgram = "blackshades";
license = lib.licenses.gpl3Plus;
license = with lib.licenses; [ gpl3Plus cc-by-30 cc-by-sa-30 cc-by-40 ];
maintainers = with lib.maintainers; [ McSinyx ];
platforms = lib.platforms.linux;
};
Expand Down

0 comments on commit 474419c

Please sign in to comment.