From a2cb6431282b3203d1801d0ddca833d653498f3a Mon Sep 17 00:00:00 2001 From: "D. Moonfire" Date: Sun, 27 Aug 2023 09:04:48 -0500 Subject: [PATCH] fix: corrected the hash attribute --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 788fead..c3f46c6 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,7 @@ src = fetchPypi { inherit pname version; - sha256 = "sha256-mHV/U9Vqv7fSsLYNrCXckkJ1YpsccLd8HsJ78IwLX0Y="; + hash = "sha256-mHV/U9Vqv7fSsLYNrCXckkJ1YpsccLd8HsJ78IwLX0Y="; }; nativeCheckInputs = with python3Packages; [