py-spy: 0.3.9 -> 0.3.10

This commit is contained in:
R. Ryantm 2021-11-03 22:29:38 +00:00
parent cbb7455d73
commit b1d97b202c

View File

@ -2,13 +2,13 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "py-spy"; pname = "py-spy";
version = "0.3.9"; version = "0.3.10";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "benfred"; owner = "benfred";
repo = "py-spy"; repo = "py-spy";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-jGHTt3MMSNBVi9W3JRWxKrao1OXrV8mB1pXoiZcQ7SU="; sha256 = "sha256-OiYYWLbdDrte0+YeJklt5pX2u2f4PnWJ4dyGWJBiTmQ=";
}; };
NIX_CFLAGS_COMPILE = "-L${libunwind}/lib"; NIX_CFLAGS_COMPILE = "-L${libunwind}/lib";
@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
checkInputs = [ python3 ]; checkInputs = [ python3 ];
cargoSha256 = "sha256-UW8fqauuE2e6NPsJP2YtjU8bwi60UWJvGvZ7dglmPA0="; cargoSha256 = "sha256-Dn+1C+RRjxu8onejeKB9WsVGtthTy3Uit9jm2JtyN1w=";
meta = with lib; { meta = with lib; {
description = "Sampling profiler for Python programs"; description = "Sampling profiler for Python programs";