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 4 buildPythonApplication rec { 5 pname = "pmbootstrap"; 6 - version = "1.50.1"; 7 8 src = fetchPypi { 9 inherit pname version; 10 - hash = "sha256-2S3I3J3wmRkVSUshyQCUTuYgHLsDMnXZQHt7KySBzIY="; 11 }; 12 13 repo = fetchFromGitLab { ··· 87 "test_skip_already_built" 88 "test_switch_to_channel_branch" 89 "test_version" 90 ]; 91 92 makeWrapperArgs = [ "--prefix PATH : ${lib.makeBinPath [ git openssl ]}" ];
··· 3 4 buildPythonApplication rec { 5 pname = "pmbootstrap"; 6 + version = "2.0.0"; 7 8 src = fetchPypi { 9 inherit pname version; 10 + hash = "sha256-nN4KUP9l3g5Q+QeWr4Fju2GiOyu2f7u94hz/VJlCYdw="; 11 }; 12 13 repo = fetchFromGitLab { ··· 87 "test_skip_already_built" 88 "test_switch_to_channel_branch" 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" 96 ]; 97 98 makeWrapperArgs = [ "--prefix PATH : ${lib.makeBinPath [ git openssl ]}" ];