gqlgenc: 0.25.2 -> 0.25.3

This commit is contained in:
R. Ryantm
2024-10-26 07:58:46 +00:00
parent 63ded93beb
commit b81a4f6e43
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gqlgenc";
version = "0.25.2";
version = "0.25.3";
src = fetchFromGitHub {
owner = "yamashou";
repo = "gqlgenc";
rev = "v${version}";
sha256 = "sha256-g+l493Nt0SuW4gwJh0s9Zeejpyx2oLxVDykIvBup638=";
sha256 = "sha256-sIXPd/+BVaywAAt2myNOBaAjy/eTY6C8TdSuOoikr0E=";
};
excludedPackages = [ "example" ];