summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-04-30 08:54:50 -0500
committerGitHub <noreply@github.com>2022-04-30 08:54:50 -0500
commitd7de07547a9eaf8ccac222f30fea47f7c805ca9e (patch)
tree9fa081b3f730ec8a7e0b161da92e9d843afe0a70 /pkgs
parent62960be761e349897c17a397f81e9c2d42d5e874 (diff)
parent7787d3fe17f9e7672498051083dc5496081a348e (diff)
Merge pull request #170830 from r-ryantm/auto-update/pg_activity
pg_activity: 2.3.0 -> 2.3.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/database/pg_activity/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/database/pg_activity/default.nix b/pkgs/development/tools/database/pg_activity/default.nix
index 6282a6b69e5e2..efa32358b2dcf 100644
--- a/pkgs/development/tools/database/pg_activity/default.nix
+++ b/pkgs/development/tools/database/pg_activity/default.nix
@@ -2,14 +2,14 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "pg_activity";
-  version = "2.3.0";
+  version = "2.3.1";
   disabled = python3Packages.pythonOlder "3.6";
 
   src = fetchFromGitHub {
     owner = "dalibo";
     repo = pname;
-    rev = "v${version}";
-    sha256 = "sha256-O5ACTWsHoIty+QLTGaSuk985qduH7xBjviiH4yCrY2o=";
+    rev = "refs/tags/v${version}";
+    sha256 = "sha256-oStoZVFf0g1Dj2m+T+8caiKS0o1CnhtQNe/GbnlVUCM=";
   };
 
   propagatedBuildInputs = with python3Packages; [