Fabian Affolter
2026-06-06 11:29:12 +02:00
parent 4c6d79135e
commit 6b6ae19d39
@@ -34,14 +34,14 @@
buildPythonPackage rec {
pname = "strawberry-django";
version = "0.75.1";
version = "0.86.0";
pyproject = true;
src = fetchFromGitHub {
owner = "strawberry-graphql";
repo = "strawberry-django";
tag = version;
hash = "sha256-vosD0JZYZzzl6Mp+AAxdXVox/7ay4FqnwqE6f1lSw3s=";
hash = "sha256-pWhYJsfUxfK8FH9jSPWhd2P89AVYM5Z3wA2OlU6XLRo=";
};
postPatch = ''