From dcb57d164a2ad0063bf21556f4f455fca21a69ab Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Tue, 3 Mar 2026 10:50:57 +0100 Subject: [PATCH] python3Packages.yarl: fix hash Upstream has re-used the existing tag to push fixes --- pkgs/development/python-modules/yarl/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/yarl/default.nix b/pkgs/development/python-modules/yarl/default.nix index ce71ee1c4a71..4b517a019959 100644 --- a/pkgs/development/python-modules/yarl/default.nix +++ b/pkgs/development/python-modules/yarl/default.nix @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "aio-libs"; repo = "yarl"; tag = "v${version}"; - hash = "sha256-274uVOCTLUihDIJTG62hL2mOBaYDNvRLdTjMcasDFsw="; + hash = "sha256-vjWV9fgBg7Mw54hsXWnO81CxJCe9WzB0okMEUz1KRAc="; }; build-system = [