Skip to content

Commit

Permalink
zapret: 67 -> 69.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishimara committed Nov 26, 2024
1 parent 5763214 commit cd8426c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/by-name/za/zapret/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "zapret";
version = "67";
version = "69.3";

src = fetchFromGitHub {
owner = "bol-van";
repo = "zapret";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-4TgM0NkvVvdSEJ01SULu+GqpfqokTTErHAt3QkxkLIs=";
hash = "sha256-gmNgRlMgPxjLxpc1Pt+py+ojEcwBZSzSsZHF5ymgE6k=";
};

buildInputs = [ libcap zlib libnetfilter_queue libnfnetlink ];
Expand Down Expand Up @@ -76,6 +76,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "DPI bypass multi platform";
homepage = "https://github.com/bol-van/zapret";
changelog = "https://github.com/bol-van/zapret/releases/tag/v${finalAttrs.version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ nishimara ];
mainProgram = "zapret";
Expand Down

0 comments on commit cd8426c

Please sign in to comment.