From c526c197c3b2fbf0eba77b844ce1c4fd9a6f6653 Mon Sep 17 00:00:00 2001 From: inexcode Date: Fri, 12 Aug 2022 18:02:55 +0400 Subject: [PATCH] fix di --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 7c56d29..0c6f148 100644 --- a/default.nix +++ b/default.nix @@ -9,7 +9,7 @@ self: super: rec { pname = "graphql-core"; version = "3.2.0"; format = "setuptools"; - src = fetchPypi { + src = python-super.fetchPypi { inherit pname version; sha256 = "sha256-huKgvgCL/eGe94OI3opyWh2UKpGQykMcJKYIN5c4A84="; };