Unverified Commit cff2da87 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

coroot: 1.5.8 -> 1.5.9 (#349292)

parents 82131013 31f217fb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

buildGoModule rec {
  pname = "coroot";
  version = "1.5.8";
  version = "1.5.9";

  src = fetchFromGitHub {
    owner = "coroot";
    repo = "coroot";
    rev = "v${version}";
    hash = "sha256-c8i+JtmUzq8lsRU8NpR4p1EXtIljYs1uZAq3O5fMqa4=";
    hash = "sha256-z6eD+qAdwu7DoyKTlAQqucdWRtT+h4qCPt0eTQceYXw=";
  };
  # github.com/grafana/pyroscope-go/godeltaprof 0.1.6 is broken on go 1.23
  # use patch from https://github.com/coroot/coroot/pull/357 until it gets fixed