ghauri: fix typo in rev

This commit is contained in:
Weijia Wang 2023-04-29 02:13:30 +03:00
parent 4f9626b6dd
commit 802365a116

View file

@ -11,7 +11,7 @@ python3.pkgs.buildPythonApplication rec {
src = fetchFromGitHub {
owner = "r0oth3x49";
repo = "ghauri";
rev = "refs7tags/${version}";
rev = "refs/tags/${version}";
hash = "sha256-WEWiWu8U7DmRjj42BEBXA3CHTyJh2Apz59ImFrmQXEk=";
};