3
0
Fork 0
forked from mirrors/nixpkgs

gqlgenc: 0.18.1 -> 0.19.0

This commit is contained in:
R. Ryantm 2024-02-12 04:22:24 +00:00
parent 9969aa079a
commit 04bb48b116

View file

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