Unverified Commit 319a6c77 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

tektoncd-cli: 0.44.0 -> 0.44.1 (#507526)

parents b712a249 20c26b05
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

buildGoModule (finalAttrs: {
  pname = "tektoncd-cli";
  version = "0.44.0";
  version = "0.44.1";

  src = fetchFromGitHub {
    owner = "tektoncd";
    repo = "cli";
    tag = "v${finalAttrs.version}";
    sha256 = "sha256-wWHrm7V2kKFfgSOV8V6lF76kVJbLL+KVlTZLr5+Hjnw=";
    sha256 = "sha256-99DqW4nZFTKuGOa7f/xU+5wyaIxx5yoGJMKgCbnWWLU=";
  };

  vendorHash = null;