Unverified Commit b7c57bb5 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

gqlgenc: 0.25.2 -> 0.25.3 (#351361)

parents 5111ced6 b81a4f6e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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" ];