Merge pull request #282768 from r-ryantm/auto-update/gato

gato: 1.5 -> 1.6
This commit is contained in:
Nick Cao 2024-01-22 09:45:00 -05:00 committed by GitHub
commit 9014997855
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "gato";
version = "1.5";
version = "1.6";
pyproject = true;
src = fetchFromGitHub {
owner = "praetorian-inc";
repo = "gato";
rev = "refs/tags/${version}";
hash = "sha256-M9ONeLjEKQD5Kys7OriM34dEBWDKW3qrBk9lu2TitGE=";
hash = "sha256-vXQFgP0KDWo1VWe7tMGCB2yEYlr/1KMXsiNupBVLBqc=";
};
postPatch = ''