pprof: unstable-2024-02-27 -> 0-unstable-2024-05-09

+6 -5
+6 -5
pkgs/development/tools/profiling/pprof/default.nix
··· 5 6 buildGoModule rec { 7 pname = "pprof"; 8 - version = "unstable-2024-02-27"; 9 10 src = fetchFromGitHub { 11 owner = "google"; 12 repo = "pprof"; 13 - rev = "401108e1b7e7e113ef887df16b6227698eb5bb0f"; 14 - hash = "sha256-TD285HHXkePQA2J9W/dEciK5tOLmvbDPr54KNXeE1b4="; 15 }; 16 17 - vendorHash = "sha256-XOcOt+pe1lZj4XHafxROLslhyJk4mTC72yn7R1k2JCk="; 18 19 meta = with lib; { 20 description = "A tool for visualization and analysis of profiling data"; 21 - mainProgram = "pprof"; 22 homepage = "https://github.com/google/pprof"; 23 license = licenses.asl20; 24 longDescription = '' ··· 41 42 This is not an official Google product. 43 ''; 44 }; 45 }
··· 5 6 buildGoModule rec { 7 pname = "pprof"; 8 + version = "0-unstable-2024-05-09"; 9 10 src = fetchFromGitHub { 11 owner = "google"; 12 repo = "pprof"; 13 + rev = "723abb6459b72e964cbfb3f7064446bf3bb321dc"; 14 + hash = "sha256-zw9/xp5E5V/0D0pf5diWcx/SHX3ujwBtZNfH9tioiL0="; 15 }; 16 17 + vendorHash = "sha256-bQyloQPfweK4PlrkO1IcCFjyctj99e8C9mQbCj+HCXQ="; 18 19 meta = with lib; { 20 description = "A tool for visualization and analysis of profiling data"; 21 homepage = "https://github.com/google/pprof"; 22 license = licenses.asl20; 23 longDescription = '' ··· 40 41 This is not an official Google product. 42 ''; 43 + mainProgram = "pprof"; 44 + maintainers = with maintainers; [ hzeller ]; 45 }; 46 }