Merge pull request #307490 from r-ryantm/auto-update/ghauri

ghauri: 1.3 -> 1.3.1
This commit is contained in:
Nick Cao
2024-04-29 10:20:08 -04:00
committed by GitHub
+2 -2
View File
@@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "ghauri";
version = "1.3";
version = "1.3.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "r0oth3x49";
repo = "ghauri";
rev = "refs/tags/${version}";
hash = "sha256-CZhkb8GmXXSA5QqhW7IAirwsxQg6YNFT3RHrGsyqAbk=";
hash = "sha256-QO4/dkJU/uhP1AT1kIxDBIGBfLI1rOhOe/cHC8GwhkA=";
};
propagatedBuildInputs = with python3.pkgs; [