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

sqldef: 2.0.0 -> 2.0.2 (#417926)

parents 2895c46a 712e7f52
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule rec {
  pname = "sqldef";
  version = "2.0.0";
  version = "2.0.2";

  src = fetchFromGitHub {
    owner = "sqldef";
    repo = "sqldef";
    rev = "v${version}";
    hash = "sha256-+KU/oROHl7i5GI0KYEzV8MILE6SQyAG3UHoiL6PHYSU=";
    hash = "sha256-oko+JJkXqFVnUO15NGJV+Vc/MnuVNwhr+Ck0jMpQ0QY=";
  };

  proxyVendor = true;