Commit f778d6b5 authored by R. RyanTM's avatar R. RyanTM
Browse files

podman-tui: 1.11.0 -> 1.11.1

parent 4b2d0bea
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.11.0";
  version = "1.11.1";

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

  vendorHash = null;