Skip to content

Commit a81a1ca

Browse files
authored
sqldef: 0.17.20 -> 0.17.23 (#352019)
2 parents 7b97b07 + 7d31a0a commit a81a1ca

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pkgs/by-name/sq/sqldef/package.nix

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,29 @@
22

33
buildGoModule rec {
44
pname = "sqldef";
5-
version = "0.17.20";
5+
version = "0.17.23";
66

77
src = fetchFromGitHub {
8-
owner = "k0kubun";
8+
owner = "sqldef";
99
repo = "sqldef";
1010
rev = "v${version}";
11-
hash = "sha256-r175nhzPLoU4CBjEiktsQIuQTgRJ64uW1MhDKHEDR+4=";
11+
hash = "sha256-hknfPVOtxs2Hv4GrbIM1tyrmJHWnK86qdD1FQUmpk10=";
1212
};
1313

1414
proxyVendor = true;
1515

16-
vendorHash = "sha256-reYZUuZTNeNFrbrDQPVXwx+UuBGdEmTdSowbneZc/No=";
16+
vendorHash = "sha256-N9+theiJnDP8Nbe0pcEPpjYcy2YVyueF8Q2bdLCCbEc=";
1717

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

2020
# The test requires a running database
2121
doCheck = false;
2222

23-
meta = with lib; {
23+
meta = {
2424
description = "Idempotent SQL schema management tool";
25-
license = with licenses; [ mit /* for everything except parser */ asl20 /* for parser */ ];
26-
homepage = "https://github.com/k0kubun/sqldef";
27-
changelog = "https://github.com/k0kubun/sqldef/blob/v${version}/CHANGELOG.md";
28-
maintainers = with maintainers; [ kgtkr ];
25+
license = with lib.licenses; [ mit /* for everything except parser */ asl20 /* for parser */ ];
26+
homepage = "https://github.com/sqldef/sqldef";
27+
changelog = "https://github.com/sqldef/sqldef/blob/v${version}/CHANGELOG.md";
28+
maintainers = with lib.maintainers; [ kgtkr ];
2929
};
3030
}

0 commit comments

Comments
 (0)