tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
pgcli: 2.2.0 -> 3.0.0
R. RyanTM
6 years ago
16837af3
807ca93f
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
database
pgcli
default.nix
+3
-3
pkgs/development/tools/database/pgcli/default.nix
reviewed
···
5
5
6
6
buildPythonApplication rec {
7
7
pname = "pgcli";
8
8
-
version = "2.2.0";
8
8
+
version = "3.0.0";
9
9
10
10
disabled = !isPy3k;
11
11
12
12
src = fetchPypi {
13
13
inherit pname version;
14
14
-
sha256 = "54138a31e6736a34c63b84a6d134c9292c9a73543cc0f66e80a0aaf79259d39b";
14
14
+
sha256 = "10j01bd031fys1vcihibsi5rrfd8w1kgahpcsbk4l07871c24829";
15
15
};
16
16
17
17
propagatedBuildInputs = [
···
37
37
Rich command-line interface for PostgreSQL with auto-completion and
38
38
syntax highlighting.
39
39
'';
40
40
-
homepage = https://pgcli.com;
40
40
+
homepage = "https://pgcli.com";
41
41
license = licenses.bsd3;
42
42
maintainers = with maintainers; [ dywedir ];
43
43
};