Unverified Commit 1eac1241 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

zapret: 70.5 -> 70.6 (#398533)



Co-authored-by: default avatarNishimara <me@nishimara.com>
parents 3e257446 6965426f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "zapret";
  version = "70.5";
  version = "70.6";

  src = fetchFromGitHub {
    owner = "bol-van";
    repo = "zapret";
    tag = "v${finalAttrs.version}";
    hash = "sha256-El/3qWZCyN5WixDWbtv+W69z0WITGMODX83dwDIT/94=";
    hash = "sha256-VnC4UeR8Zxr8oKx9icZBTUNjVWpd16wLKyZ+zNShJQk=";
  };

  buildInputs = [