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

sqldef: 3.9.6 -> 3.9.7 (#489821)

parents 6b1834dc 5ccf6dce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule (finalAttrs: {
  pname = "sqldef";
  version = "3.9.6";
  version = "3.9.7";

  src = fetchFromGitHub {
    owner = "sqldef";
    repo = "sqldef";
    rev = "v${finalAttrs.version}";
    hash = "sha256-vC8aFIvhGSqeGQTwhPmQx9bXgoyDm3c3eLO025ZkudQ=";
    hash = "sha256-KzvdAgHKCQkGLdbKLMxX4cVHK/7q9nDFk3fytLrzn/A=";
  };

  proxyVendor = true;