Commit 4a4e8a3e authored by R. RyanTM's avatar R. RyanTM
Browse files

gqlgenc: 0.21.1 -> 0.22.0

parent 60cb88cc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "gqlgenc";
  version = "0.21.1";
  version = "0.22.0";

  src = fetchFromGitHub {
    owner = "yamashou";
    repo = "gqlgenc";
    rev = "v${version}";
    sha256 = "sha256-XvvwVdovFTJNTqfqnX+luaRHD+7nmPLdQAu9TLRI/TQ=";
    sha256 = "sha256-hGX9DiGpJOOjQEaT9qnpeS1ODfo4pd03WlvT3aaSK2w=";
  };

  excludedPackages = [ "example" ];