python311Packages.ariadne: reset rev

Tag was fixed by upstream
This commit is contained in:
Fabian Affolter 2024-02-13 14:05:10 +01:00
parent 3a8f6368ca
commit 65272c4dd7

View file

@ -26,9 +26,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "mirumee";
repo = "ariadne";
# https://github.com/mirumee/ariadne/issues/1157
#rev = "refs/tags/${version}";
rev = "refs/tags/022.0";
rev = "refs/tags/${version}";
hash = "sha256-GMBtW2gZbF1m0BrKhYEkSaZYt5tIGmP/ipy6WC1H1pg=";
};