Unverified Commit 4ee47753 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Merge pull request #228818 from wegank/ghauri-source

ghauri: fix typo in rev
parents f56d72c4 802365a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ python3.pkgs.buildPythonApplication rec {
  src = fetchFromGitHub {
    owner = "r0oth3x49";
    repo = "ghauri";
    rev = "refs7tags/${version}";
    rev = "refs/tags/${version}";
    hash = "sha256-WEWiWu8U7DmRjj42BEBXA3CHTyJh2Apz59ImFrmQXEk=";
  };