File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 22
33buildGoModule 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}
You can’t perform that action at this time.
0 commit comments