gqlgenc: 0.30.2 -> 0.30.3

This commit is contained in:
R. Ryantm
2025-01-29 10:57:13 +00:00
parent 4a3faa5e86
commit 6e204df4b5
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "gqlgenc";
version = "0.30.2";
version = "0.30.3";
src = fetchFromGitHub {
owner = "yamashou";
repo = "gqlgenc";
rev = "v${version}";
sha256 = "sha256-F6EuOqB9ccat9pytJn8glBn5X9eEsEUN2+8+FqVvEbY=";
sha256 = "sha256-NYH05VppoIjxOzMP6aBBtZLxf8cj1kdzS+5NKtIDcik=";
};
excludedPackages = [ "example" ];