zapret: 70.6 -> 71 (#413515)

Co-authored-by: Nishimara <me@nishimara.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-06-04 00:19:38 +00:00 committed by GitHub
commit 4c727c8162
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "zapret";
version = "70.6";
version = "71";
src = fetchFromGitHub {
owner = "bol-van";
repo = "zapret";
tag = "v${finalAttrs.version}";
hash = "sha256-VnC4UeR8Zxr8oKx9icZBTUNjVWpd16wLKyZ+zNShJQk=";
hash = "sha256-OeOnzqYyRAQNRtjtPHwzDL/csuTAUgIRJKsPVr3iBac=";
};
buildInputs = [