From e67116cda691a38f5c4f8cc20069e2223288f460 Mon Sep 17 00:00:00 2001 From: Vladimír Čunát Date: Wed, 12 Jun 2024 16:14:26 +0200 Subject: knot-dns: 3.3.5 -> 3.3.6 https://gitlab.nic.cz/knot/knot-dns/-/releases/v3.3.6 --- pkgs/servers/dns/knot-dns/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs') diff --git a/pkgs/servers/dns/knot-dns/default.nix b/pkgs/servers/dns/knot-dns/default.nix index d939f4e375edf..fa7b53382c89b 100644 --- a/pkgs/servers/dns/knot-dns/default.nix +++ b/pkgs/servers/dns/knot-dns/default.nix @@ -7,11 +7,11 @@ stdenv.mkDerivation rec { pname = "knot-dns"; - version = "3.3.5"; + version = "3.3.6"; src = fetchurl { url = "https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz"; - sha256 = "0e0bf04319581280660e8e62ab04be64a7d632331e40fc9c87e76861305db3ad"; + sha256 = "c81801e9d6c64c97777cacf47e260f46f37799180d906457a53a9f13dd0f9987"; }; outputs = [ "bin" "out" "dev" ]; -- cgit 1.4.1 From 5e57e65ce4295a22fa7c36cf99e5233586773383 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 13 Jun 2024 01:44:01 +0200 Subject: python312Packages.libknot: 3.3.5 -> 3.3.6 --- pkgs/development/python-modules/libknot/default.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'pkgs') diff --git a/pkgs/development/python-modules/libknot/default.nix b/pkgs/development/python-modules/libknot/default.nix index eb7a21ea53ef4..60c282a1e59b9 100644 --- a/pkgs/development/python-modules/libknot/default.nix +++ b/pkgs/development/python-modules/libknot/default.nix @@ -12,12 +12,12 @@ buildPythonPackage rec { pname = "libknot"; - version = "3.3.5"; + version = "3.3.6"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-nEeDawZ/kChHQA3qoEKy+R+Uy7ogNL3ows3Yzs5OhpY="; + hash = "sha256-N96gdO5sezMyKt0QdX7ORg5DnEVSqb1j+WohvOHdYYU="; }; postPatch = '' @@ -26,7 +26,7 @@ buildPythonPackage rec { --replace "libknot.so%s" "${lib.getLib knot-dns}/lib/libknot.so%s" ''; - nativeBuildInputs = [ hatchling ]; + build-system = [ hatchling ]; pythonImportsCheck = [ "libknot" ]; @@ -35,6 +35,5 @@ buildPythonPackage rec { homepage = "https://gitlab.nic.cz/knot/knot-dns/-/tree/master/python/libknot"; license = licenses.gpl3Only; maintainers = with maintainers; [ hexa ]; - mainProgram = "libknot"; }; } -- cgit 1.4.1