gqlgenc: 0.22.0 -> 0.23.2
This commit is contained in:
parent
381a94c16d
commit
a1808abee2
@ -2,13 +2,13 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "gqlgenc";
|
||||
version = "0.22.0";
|
||||
version = "0.23.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "yamashou";
|
||||
repo = "gqlgenc";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-hGX9DiGpJOOjQEaT9qnpeS1ODfo4pd03WlvT3aaSK2w=";
|
||||
sha256 = "sha256-a+/X2q9Rii/8odXGICNOB7uWXd6vfqquP+wGvT/tRUo=";
|
||||
};
|
||||
|
||||
excludedPackages = [ "example" ];
|
||||
|
Loading…
Reference in New Issue
Block a user