Commit 301033b7 authored by R. RyanTM's avatar R. RyanTM
Browse files

aliyun-cli: 3.1.4 -> 3.1.5

parent 34fe0487
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.1.4";
  version = "3.1.5";

  src = fetchFromGitHub {
    owner = "aliyun";
    repo = "aliyun-cli";
    tag = "v${version}";
    hash = "sha256-7G7kgRe89G/WbiirIsRJeunbM4VzrePqA1cqQvb5oZY=";
    hash = "sha256-RFeARCkzFRj8j5aS/1dpvuMqApz9HfnDMtAg9k7trsE=";
    fetchSubmodules = true;
  };