gqlgenc: 0.30.3 -> 0.31.0

This commit is contained in:
R. Ryantm
2025-02-24 01:21:17 +00:00
parent a400206df0
commit 1e29340eec
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "gqlgenc";
version = "0.30.3";
version = "0.31.0";
src = fetchFromGitHub {
owner = "yamashou";
repo = "gqlgenc";
rev = "v${version}";
sha256 = "sha256-NYH05VppoIjxOzMP6aBBtZLxf8cj1kdzS+5NKtIDcik=";
sha256 = "sha256-RGHfDrFr2HO4i+YQeNzYrEcU+Xe286f3f5g/yUmpxpA=";
};
excludedPackages = [ "example" ];