Merge pull request #282447 from r-ryantm/auto-update/ossutil

ossutil: 1.7.17 -> 1.7.18
This commit is contained in:
Weijia Wang 2024-02-04 23:57:34 +01:00 committed by GitHub
commit 73dfa0b8f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,14 +1,14 @@
{ lib, buildGoModule, fetchFromGitHub }:
buildGoModule rec {
version = "1.7.17";
version = "1.7.18";
pname = "ossutil";
src = fetchFromGitHub {
owner = "aliyun";
repo = "ossutil";
rev = "refs/tags/v${version}";
hash = "sha256-5Z0mMgDYexUQAcngeEd0m5J5kRwWTGIS2Q+idBcTV98=";
hash = "sha256-M7Jh3rmWdUlsvj+P0UKazjQoe0zLDro882f/l8wFZGQ=";
};
vendorHash = "sha256-4a/bNH47sxxwgYYQhHTqyXddJit3VbeM49/4IEfjWsY=";