timescaledb-parallel-copy: 2018-05-14 -> 0.2.0
This commit is contained in:
parent
42b75c6c38
commit
7fe08bd2b5
@ -1,8 +1,8 @@
|
|||||||
{ stdenv, buildGoPackage, fetchFromGitHub }:
|
{ stdenv, buildGoPackage, fetchFromGitHub }:
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "timescaledb-parallel-copy-${version}";
|
name = "timescaledb-parallel-copy";
|
||||||
version = "2018-05-14";
|
version = "0.2.0";
|
||||||
|
|
||||||
owner = "timescale";
|
owner = "timescale";
|
||||||
repo = "timescaledb-parallel-copy";
|
repo = "timescaledb-parallel-copy";
|
||||||
@ -12,8 +12,8 @@ buildGoPackage rec {
|
|||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
inherit owner repo;
|
inherit owner repo;
|
||||||
rev = "20d3e8f8219329f2f4b0a5aa985f280dd04d10bb";
|
rev = version;
|
||||||
sha256 = "0waaccw991cnxaxjdxh9ksb94kiiyx1r7gif6pkd5k58js0kfvdn";
|
sha256 = "1z9vf29vrxqs8imbisv681d02p4cfk3hlsrin6hhibxf1h0br9gd";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
# This file was generated by https://github.com/kamilchm/go2nix v1.2.1
|
# This file was generated by https://github.com/kamilchm/go2nix v1.3.0
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
goPackagePath = "github.com/jmoiron/sqlx";
|
goPackagePath = "github.com/jmoiron/sqlx";
|
||||||
fetch = {
|
fetch = {
|
||||||
type = "git";
|
type = "git";
|
||||||
url = "https://github.com/jmoiron/sqlx";
|
url = "https://github.com/jmoiron/sqlx";
|
||||||
rev = "0dae4fefe7c0e190f7b5a78dac28a1c82cc8d849";
|
rev = "82935fac6c1a317907c8f43ed3f7f85ea844a78b";
|
||||||
sha256 = "0r8fyj70n0v84byvagw8w8rzz532s94mjr72b9sx018j0b6xglmy";
|
sha256 = "0cbscnss2ifc3qgmy97i0zbirrp4hix4jlcz853f4bg5n2zzgwh2";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
@ -14,8 +14,8 @@
|
|||||||
fetch = {
|
fetch = {
|
||||||
type = "git";
|
type = "git";
|
||||||
url = "https://github.com/lib/pq";
|
url = "https://github.com/lib/pq";
|
||||||
rev = "90697d60dd844d5ef6ff15135d0203f65d2f53b8";
|
rev = "7aad666537ab32b76f0966145530335f1fed51fd";
|
||||||
sha256 = "0hb4bfsk8g5473yzbf3lzrb373xicakjznkf0v085xgimz991i9r";
|
sha256 = "12qczn5afbf6203wnbpay1kazzh20jg5qyakrph3j1r13n91nc1r";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user