about summary refs log tree commit diff
path: root/pkgs/development/python-modules/elastic-apm
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-08-11 20:46:01 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2022-08-11 20:46:01 +0200
commite80ea65c25e83f13e9cf81dc721647f8ea749aa3 (patch)
tree179d10b43dcba951c1af2970429a2027931efdf2 /pkgs/development/python-modules/elastic-apm
parent44419307f0555e6b8cc635e505afcace5a06d386 (diff)
python310Packages.elastic-apm: 6.10.2 -> 6.11.0
Diffstat (limited to 'pkgs/development/python-modules/elastic-apm')
-rw-r--r--pkgs/development/python-modules/elastic-apm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/elastic-apm/default.nix b/pkgs/development/python-modules/elastic-apm/default.nix
index 67195732e2d85..6ef09febb6efc 100644
--- a/pkgs/development/python-modules/elastic-apm/default.nix
+++ b/pkgs/development/python-modules/elastic-apm/default.nix
@@ -28,7 +28,7 @@
 
 buildPythonPackage rec {
   pname = "elastic-apm";
-  version = "6.10.2";
+  version = "6.11.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.8";
@@ -37,7 +37,7 @@ buildPythonPackage rec {
     owner = "elastic";
     repo = "apm-agent-python";
     rev = "v${version}";
-    hash = "sha256-Ru/yGND7xkpO3QH/cTMu4rxWUXSMsFx5u/V/rHY8k1E=";
+    hash = "sha256-ZmvOyEkXp0PEDHWcuGT91mhXwV2E6SPlrWBY/sNiRmc=";
   };
 
   propagatedBuildInputs = [