Commit 6bd0eb8b authored by R. RyanTM's avatar R. RyanTM Committed by Bobby Rong
Browse files

argo-rollouts: 1.3.2 -> 1.4.0

parent 03f9d6ac
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "argo-rollouts";
  version = "1.3.2";
  version = "1.4.0";

  src = fetchFromGitHub {
    owner = "argoproj";
    repo = "argo-rollouts";
    rev = "v${version}";
    sha256 = "sha256-hsUpZrtgjP6FaVhw0ijDTlvfz9Ok+A4nyAwi2VNxvEg=";
    sha256 = "sha256-HdYbrcz1uumwfUleDayc7obv4Grpg3TiUxKr8aF5bXM=";
  };

  vendorSha256 = "sha256-gm96rQdQJGsIcxVgEI7sI7BvEETU/+HsQ6PnDjFXb/0=";
  vendorHash = "sha256-ZIFZCMyhpfKK/Irq2/MvkXuXX1jExDaSK/nXZgzCZgU=";

  # Disable tests since some test fail because of missing test data
  doCheck = false;