Skip to content

Commit b03f8da

Browse files
zapret: 69.9 -> 70 (NixOS#378563)
Co-authored-by: Nishimara <me@nishimara.com>
2 parents fc7039f + 445d027 commit b03f8da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/za/zapret/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616

1717
stdenv.mkDerivation (finalAttrs: {
1818
pname = "zapret";
19-
version = "69.9";
19+
version = "70";
2020

2121
src = fetchFromGitHub {
2222
owner = "bol-van";
2323
repo = "zapret";
2424
tag = "v${finalAttrs.version}";
25-
hash = "sha256-rpm9v/7twsrImeipz3I7fHUrk98qzkLQ2b4Kz3Rc+GI=";
25+
hash = "sha256-ywqJ44WN0UmZEVUlghuBDSdeaBpf7F8KjrcKSwx/ATI=";
2626
};
2727

2828
buildInputs = [

0 commit comments

Comments
 (0)