Commit 9cf4ff4a authored by R. RyanTM's avatar R. RyanTM
Browse files

aliyun-cli: 3.2.0 -> 3.2.1

parent 9c8765ae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildGoModule rec {
  pname = "aliyun-cli";
  version = "3.2.0";
  version = "3.2.1";

  src = fetchFromGitHub {
    owner = "aliyun";
    repo = "aliyun-cli";
    tag = "v${version}";
    hash = "sha256-JZ0LbULvUwovGtKMiENV6OiBhOQMOqBMdLs874x95HA=";
    hash = "sha256-/fhR5LmRxE5U7Up73/bQs8rfoPynDn29C+hwTdR8Eu0=";
    fetchSubmodules = true;
  };