Merge pull request #191521 from r-ryantm/auto-update/pg_activity

pg_activity: 2.3.1 -> 3.0.0
This commit is contained in:
Jonas Heinrich 2022-09-20 12:22:29 +02:00 committed by GitHub
commit 6e4aa34a2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,14 +2,14 @@
python3Packages.buildPythonApplication rec {
pname = "pg_activity";
version = "2.3.1";
version = "3.0.0";
disabled = python3Packages.pythonOlder "3.6";
src = fetchFromGitHub {
owner = "dalibo";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-oStoZVFf0g1Dj2m+T+8caiKS0o1CnhtQNe/GbnlVUCM=";
sha256 = "sha256-MJZS5+i3s5fTFcgw5zt3GeJKKZ/GS66scuUAW9Fu73A=";
};
propagatedBuildInputs = with python3Packages; [