Merge pull request #144554 from r-ryantm/auto-update/py-spy

py-spy: 0.3.9 -> 0.3.10

Changed files
+3 -3
pkgs
development
tools
py-spy
+3 -3
pkgs/development/tools/py-spy/default.nix
···
rustPlatform.buildRustPackage rec {
pname = "py-spy";
-
version = "0.3.9";
+
version = "0.3.10";
src = fetchFromGitHub {
owner = "benfred";
repo = "py-spy";
rev = "v${version}";
-
sha256 = "sha256-jGHTt3MMSNBVi9W3JRWxKrao1OXrV8mB1pXoiZcQ7SU=";
+
sha256 = "sha256-OiYYWLbdDrte0+YeJklt5pX2u2f4PnWJ4dyGWJBiTmQ=";
};
NIX_CFLAGS_COMPILE = "-L${libunwind}/lib";
···
checkInputs = [ python3 ];
-
cargoSha256 = "sha256-UW8fqauuE2e6NPsJP2YtjU8bwi60UWJvGvZ7dglmPA0=";
+
cargoSha256 = "sha256-Dn+1C+RRjxu8onejeKB9WsVGtthTy3Uit9jm2JtyN1w=";
meta = with lib; {
description = "Sampling profiler for Python programs";