Merge pull request #289079 from r-ryantm/auto-update/gqlgenc

gqlgenc: 0.19.0 -> 0.19.1
This commit is contained in:
Nick Cao 2024-02-16 10:03:06 -05:00 committed by GitHub
commit 1e94af1374
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gqlgenc";
version = "0.19.0";
version = "0.19.1";
src = fetchFromGitHub {
owner = "yamashou";
repo = "gqlgenc";
rev = "v${version}";
sha256 = "sha256-V2YKRRJP1KQDo0oIoKU3g/3H1Xeo2oLg3arCDU6NMto=";
sha256 = "sha256-raddO2rhRZa/KeDWsMCxYITlYYgnFt19Dj+FbBgeu0A=";
};
excludedPackages = [ "example" ];