tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
ansible-doctor: 7.2.0 -> 7.2.1
R. Ryantm
4 months ago
ebdfa26a
518168cb
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
an
ansible-doctor
package.nix
+2
-2
pkgs/by-name/an/ansible-doctor/package.nix
···
8
9
python3Packages.buildPythonApplication rec {
10
pname = "ansible-doctor";
11
-
version = "7.2.0";
12
pyproject = true;
13
14
src = fetchFromGitHub {
15
owner = "thegeeklab";
16
repo = "ansible-doctor";
17
tag = "v${version}";
18
-
hash = "sha256-7SGnbcaufKWBDq5Na+s+X8RGRskl1Q1bh0xelT/IQXU=";
19
};
20
21
build-system = with python3Packages; [
···
8
9
python3Packages.buildPythonApplication rec {
10
pname = "ansible-doctor";
11
+
version = "7.2.1";
12
pyproject = true;
13
14
src = fetchFromGitHub {
15
owner = "thegeeklab";
16
repo = "ansible-doctor";
17
tag = "v${version}";
18
+
hash = "sha256-2cJ1wV3hqoqSvLq3c7/J5nh1GTTcj9sexRhX3hfPoTc=";
19
};
20
21
build-system = with python3Packages; [