Unverified Commit 72457c9f authored by lewo's avatar lewo Committed by GitHub
Browse files

Merge pull request #259988 from r-ryantm/auto-update/argo

argo: 3.4.10 -> 3.4.11
parents f159e271 490bade1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -35,13 +35,13 @@ let
in
buildGoModule rec {
  pname = "argo";
  version = "3.4.10";
  version = "3.4.11";

  src = fetchFromGitHub {
    owner = "argoproj";
    repo = "argo";
    rev = "refs/tags/v${version}";
    hash = "sha256-uhXwCaAVFLlGeqkBbeA5DINo9CjNMzU9rRmOYoYJASI=";
    hash = "sha256-H14a1JzFvzxoNDv8WGzHgfalLnDZ+nX19BbM5ptrEes=";
  };

  vendorHash = "sha256-0563OHMNkKZcmLY1nHS70pbtrufY1d1WNXrxcCl6MKY=";