Commit 16e35388 authored by R. RyanTM's avatar R. RyanTM
Browse files

podman-tui: 1.10.0 -> 1.11.0

parent 42101f0d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

buildGoModule (finalAttrs: {
  pname = "podman-tui";
  version = "1.10.0";
  version = "1.11.0";

  src = fetchFromGitHub {
    owner = "containers";
    repo = "podman-tui";
    tag = "v${finalAttrs.version}";
    hash = "sha256-Nm0vf+/DfFMFRYrxI48EoIeQZz19LUSJC9260+Vtynk=";
    hash = "sha256-6o4ugQcVoy4HSDxxoe+5hx4C24CIDm7+am+4VRqJXl8=";
  };

  vendorHash = null;