We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8224f76 + bb6d879 commit 05b874dCopy full SHA for 05b874d
pkgs/by-name/an/ansible-navigator/package.nix
@@ -7,15 +7,15 @@
7
}:
8
python3Packages.buildPythonApplication rec {
9
pname = "ansible-navigator";
10
- version = "25.1.0";
+ version = "25.4.0";
11
pyproject = true;
12
13
disabled = python3Packages.pythonOlder "3.10";
14
15
src = fetchPypi {
16
inherit version;
17
pname = "ansible_navigator";
18
- hash = "sha256-WcA14CiUUNXa+yR1IzoyQ7LWBXFI8yzV+xpRj2W8lzQ=";
+ hash = "sha256-nZmL7AExd7lkg6U3XNZxF5lbP2GMxNhbKf3zuU3kkgc=";
19
};
20
21
build-system = with python3Packages; [
0 commit comments