Skip to content

Commit d6f0877

Browse files
podman-tui: 1.2.2 -> 1.2.3 (#349953)
2 parents bd3c4f2 + d7981a5 commit d6f0877

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/po/podman-tui/package.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
buildGoModule rec {
44
pname = "podman-tui";
5-
version = "1.2.2";
5+
version = "1.2.3";
66

77
src = fetchFromGitHub {
88
owner = "containers";
99
repo = "podman-tui";
1010
rev = "v${version}";
11-
hash = "sha256-ldFlW0QNjOvuJGyd2SzmMWA3ofS2ZW5krvCJRU83NXs=";
11+
hash = "sha256-IINxDP0ajQdqbHTjeUeFqPbLTSCTl9gEhPxUWOe6zQs=";
1212
};
1313

1414
vendorHash = null;

0 commit comments

Comments
 (0)