Commit ccf06526 authored by R. RyanTM's avatar R. RyanTM
Browse files

sqldef: 0.17.19 -> 0.17.20

parent eb9f4a34
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,18 +2,18 @@

buildGoModule rec {
  pname = "sqldef";
  version = "0.17.19";
  version = "0.17.20";

  src = fetchFromGitHub {
    owner = "k0kubun";
    repo = "sqldef";
    rev = "v${version}";
    hash = "sha256-euIP6ev1qc+75MA9vlTZHY7LT03AM8hya+sPWohvCWI=";
    hash = "sha256-r175nhzPLoU4CBjEiktsQIuQTgRJ64uW1MhDKHEDR+4=";
  };

  proxyVendor = true;

  vendorHash = "sha256-+5vfQoTRCbwY/Ydq21VG/xt6CeOWHIup8bxWI/2v24A=";
  vendorHash = "sha256-reYZUuZTNeNFrbrDQPVXwx+UuBGdEmTdSowbneZc/No=";

  ldflags = [ "-s" "-w" "-X main.version=${version}" ];