lol

Merge pull request #250322 from aaronjheng/podman-tui

podman-tui: 0.9.1 -> 0.11.0

authored by

Matthias Beyer and committed by
GitHub
d9356a6d 87e90c2f

+2 -2
+2 -2
pkgs/applications/virtualization/podman-tui/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "podman-tui"; 5 - version = "0.9.1"; 5 + version = "0.11.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "containers"; 9 9 repo = "podman-tui"; 10 10 rev = "v${version}"; 11 - hash = "sha256-0iI417mwmwph4wjuusaWY0kGtVsQy7i+eZvE1tYiINY="; 11 + hash = "sha256-XaZgvy8b/3XUjO/GAQV6fxfqlR+eSMeosC7ugoYsEJM="; 12 12 }; 13 13 14 14 vendorHash = null;