nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #85123 from r-ryantm/auto-update/pgcli

pgcli: 2.2.0 -> 3.0.0

authored by

Maximilian Bosch and committed by
GitHub
9e2a52f2 0516977e

+2 -2
+2 -2
pkgs/development/tools/database/pgcli/default.nix
··· 5 5 6 6 buildPythonApplication rec { 7 7 pname = "pgcli"; 8 - version = "2.2.0"; 8 + version = "3.0.0"; 9 9 10 10 disabled = !isPy3k; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - sha256 = "54138a31e6736a34c63b84a6d134c9292c9a73543cc0f66e80a0aaf79259d39b"; 14 + sha256 = "10j01bd031fys1vcihibsi5rrfd8w1kgahpcsbk4l07871c24829"; 15 15 }; 16 16 17 17 propagatedBuildInputs = [