gqlgenc: 0.25.2 -> 0.25.3 (#351361)

This commit is contained in:
Nick Cao
2024-10-26 09:22:25 -04:00
committed by GitHub
+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" ];