Merge pull request #249574 from philipwilk/pmbootstrap-update

pmbootstrap: 1.50.1->2.0.0

authored by Lily Foster and committed by GitHub e8da6eb3 ada0c923

+8 -2
+8 -2
pkgs/tools/misc/pmbootstrap/default.nix
··· 3 3 4 4 buildPythonApplication rec { 5 5 pname = "pmbootstrap"; 6 - version = "1.50.1"; 6 + version = "2.0.0"; 7 7 8 8 src = fetchPypi { 9 9 inherit pname version; 10 - hash = "sha256-2S3I3J3wmRkVSUshyQCUTuYgHLsDMnXZQHt7KySBzIY="; 10 + hash = "sha256-nN4KUP9l3g5Q+QeWr4Fju2GiOyu2f7u94hz/VJlCYdw="; 11 11 }; 12 12 13 13 repo = fetchFromGitLab { ··· 87 87 "test_skip_already_built" 88 88 "test_switch_to_channel_branch" 89 89 "test_version" 90 + "test_build_abuild_leftovers" 91 + "test_get_all_component_names" 92 + "test_check_config" 93 + "test_extract_arch" 94 + "test_extract_version" 95 + "test_check" 90 96 ]; 91 97 92 98 makeWrapperArgs = [ "--prefix PATH : ${lib.makeBinPath [ git openssl ]}" ];