This commit is contained in:
nora 2025-08-09 18:20:41 +02:00
parent 72bd7972da
commit a2b18d72d5

View file

@ -216,7 +216,7 @@
systemd.services.pyroscope =
let
pyroscope = builtins.fetchTarball {
pyroscope = pkgs.fetchzip {
url = "https://github.com/grafana/pyroscope/releases/download/v1.14.0/pyroscope_1.14.0_linux_amd64.tar.gz";
sha256 = "sha256:005539bp2a2kac8ff6vz77g0niav81rggha1bsfx454fw4dyli4y";
};