Merge pull request #228818 from wegank/ghauri-source

ghauri: fix typo in rev
This commit is contained in:
Bobby Rong 2023-04-29 10:32:43 +08:00 committed by GitHub
commit 4ee47753ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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=";
};