We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b34a49 + 536ed60 commit d5144efCopy full SHA for d5144ef
pkgs/by-name/za/zapret/package.nix
@@ -16,13 +16,13 @@
16
17
stdenv.mkDerivation (finalAttrs: {
18
pname = "zapret";
19
- version = "70";
+ version = "70.3";
20
21
src = fetchFromGitHub {
22
owner = "bol-van";
23
repo = "zapret";
24
tag = "v${finalAttrs.version}";
25
- hash = "sha256-ywqJ44WN0UmZEVUlghuBDSdeaBpf7F8KjrcKSwx/ATI=";
+ hash = "sha256-sYLZH/j8bHUKfkUAAAuTrCTOXB6Qp9kVj4GjyFv6M+g=";
26
};
27
28
buildInputs = [
0 commit comments