python311Packages.ariadne: reset rev
Tag was fixed by upstream
This commit is contained in:
parent
3a8f6368ca
commit
65272c4dd7
1 changed files with 1 additions and 3 deletions
|
@ -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=";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue