From 98b2e390fc8bc3780438dcfcf28c599755720237 Mon Sep 17 00:00:00 2001 From: Harinn Date: Sat, 6 Jun 2026 09:18:59 +0700 Subject: [PATCH] python3Packages.brunt: modernize --- pkgs/development/python-modules/brunt/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/brunt/default.nix b/pkgs/development/python-modules/brunt/default.nix index d46494dbc729..bb01d9cc5ae4 100644 --- a/pkgs/development/python-modules/brunt/default.nix +++ b/pkgs/development/python-modules/brunt/default.nix @@ -16,9 +16,11 @@ buildPythonPackage (finalAttrs: { pyproject = true; + __structuredAttrs = true; + src = fetchPypi { inherit (finalAttrs) pname version; - sha256 = "e704627dc7b9c0a50c67ae90f1d320b14f99f2b2fc9bf1ef0461b141dcf1bce9"; + hash = "sha256-5wRifce5wKUMZ66Q8dMgsU+Z8rL8m/HvBGGxQdzxvOk="; }; build-system = [