Commit 9c25c783 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 3546c921
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -67,14 +67,14 @@

buildPythonPackage rec {
  pname = "sentry-sdk";
  version = "2.34.1";
  version = "2.39.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "getsentry";
    repo = "sentry-python";
    tag = version;
    hash = "sha256-RQnjvX3bDiB9csn/DsQ769EiVm7HY+B7x9V5jpvsOOA=";
    hash = "sha256-2M5Uvo8dl6hOqY13Eqjo4aKFySdlqEO8BHrPxZ/l+fw=";
  };

  postPatch = ''