about summary refs log tree commit diff
path: root/pkgs/development/tools/py-spy/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/py-spy/default.nix')
-rw-r--r--pkgs/development/tools/py-spy/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/py-spy/default.nix b/pkgs/development/tools/py-spy/default.nix
index 89480f53a375..94c706c02106 100644
--- a/pkgs/development/tools/py-spy/default.nix
+++ b/pkgs/development/tools/py-spy/default.nix
@@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
 
   checkInputs = [ python3 ];
 
-  cargoSha256 = "sha256-GFH8RzyAMtdfoHPcCV3pKf24fKU65vhMLQfLtkhD0Ns=";
+  cargoSha256 = "sha256-hmqrVGNu3zb109TQfhLI3wvGVnlc4CfbkrIKMfRSn7M=";
 
   meta = with lib; {
     description = "Sampling profiler for Python programs";