mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
knot-resolver_5: 5.7.7 -> 5.7.8
https://gitlab.nic.cz/knot/knot-resolver/-/releases/v5.7.8
(cherry picked from commit 8c959a0944)
This commit is contained in:
committed by
github-actions[bot]
parent
e64d465613
commit
41f4ff34d6
@@ -35,11 +35,11 @@ let
|
||||
|
||||
unwrapped = stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "knot-resolver_5";
|
||||
version = "5.7.7";
|
||||
version = "5.7.8";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://knot-resolver.nic.cz/release/knot-resolver-${finalAttrs.version}.tar.xz";
|
||||
sha256 = "481d2a6eb8690023895d389601e56fffbaeba3cc18cc1de5a5f177df9d0f9530";
|
||||
sha256 = "e9367304b41a32e9290cb339a0f968b5c590d0453c2b1f26af79268bba08e46c";
|
||||
};
|
||||
|
||||
outputs = [
|
||||
|
||||
Reference in New Issue
Block a user