gqlgenc: 0.21.1 -> 0.22.0

This commit is contained in:
R. Ryantm 2024-04-27 10:40:43 +00:00
parent 60cb88cc49
commit 4a4e8a3e88
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gqlgenc";
version = "0.21.1";
version = "0.22.0";
src = fetchFromGitHub {
owner = "yamashou";
repo = "gqlgenc";
rev = "v${version}";
sha256 = "sha256-XvvwVdovFTJNTqfqnX+luaRHD+7nmPLdQAu9TLRI/TQ=";
sha256 = "sha256-hGX9DiGpJOOjQEaT9qnpeS1ODfo4pd03WlvT3aaSK2w=";
};
excludedPackages = [ "example" ];