mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
fetchzip
This commit is contained in:
parent
72bd7972da
commit
a2b18d72d5
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@
|
||||||
|
|
||||||
systemd.services.pyroscope =
|
systemd.services.pyroscope =
|
||||||
let
|
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";
|
url = "https://github.com/grafana/pyroscope/releases/download/v1.14.0/pyroscope_1.14.0_linux_amd64.tar.gz";
|
||||||
sha256 = "sha256:005539bp2a2kac8ff6vz77g0niav81rggha1bsfx454fw4dyli4y";
|
sha256 = "sha256:005539bp2a2kac8ff6vz77g0niav81rggha1bsfx454fw4dyli4y";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue