Skip to content

Commit dbfa73d

Browse files
ansible-navigator: 24.12.0 -> 25.1.0 (NixOS#375746)
Co-authored-by: Melkor333 <Melkor333@users.noreply.github.com>
2 parents 9a5db31 + 68ca2d0 commit dbfa73d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/an/ansible-navigator/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
}:
88
python3Packages.buildPythonApplication rec {
99
pname = "ansible-navigator";
10-
version = "24.12.0";
10+
version = "25.1.0";
1111
pyproject = true;
1212

1313
disabled = python3Packages.pythonOlder "3.10";
1414

1515
src = fetchPypi {
1616
inherit version;
1717
pname = "ansible_navigator";
18-
hash = "sha256-+DJXSwwTIjF0b/i5NHCrnR9N+nMyl8of+zyEmmTzboQ=";
18+
hash = "sha256-WcA14CiUUNXa+yR1IzoyQ7LWBXFI8yzV+xpRj2W8lzQ=";
1919
};
2020

2121
build-system = with python3Packages; [

0 commit comments

Comments
 (0)