gqlgenc: 0.19.3 -> 0.20.0

This commit is contained in:
R. Ryantm 2024-04-15 13:03:46 +00:00
parent 26594c44f5
commit 14066b7892
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gqlgenc";
version = "0.19.3";
version = "0.20.0";
src = fetchFromGitHub {
owner = "yamashou";
repo = "gqlgenc";
rev = "v${version}";
sha256 = "sha256-deaJFw1w5TiJIdbTlgEBhpAyDbkjUzqT3vVl+xDUXm4=";
sha256 = "sha256-RniriePoHo608PlT3XrxogWI2oXq0Q48+Jaxz/2xIVo=";
};
excludedPackages = [ "example" ];