tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
pmbootstrap: 1.50.1->2.0.0
Philip Wilk
2 years ago
5a88a9b7
c6590b61
+8
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
pmbootstrap
default.nix
+8
-2
pkgs/tools/misc/pmbootstrap/default.nix
···
3
3
4
4
buildPythonApplication rec {
5
5
pname = "pmbootstrap";
6
6
-
version = "1.50.1";
6
6
+
version = "2.0.0";
7
7
8
8
src = fetchPypi {
9
9
inherit pname version;
10
10
-
hash = "sha256-2S3I3J3wmRkVSUshyQCUTuYgHLsDMnXZQHt7KySBzIY=";
10
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
90
+
"test_build_abuild_leftovers"
91
91
+
"test_get_all_component_names"
92
92
+
"test_check_config"
93
93
+
"test_extract_arch"
94
94
+
"test_extract_version"
95
95
+
"test_check"
90
96
];
91
97
92
98
makeWrapperArgs = [ "--prefix PATH : ${lib.makeBinPath [ git openssl ]}" ];