Merge pull request #334691 from r-ryantm/auto-update/vt-cli

vt-cli: 0.10.2 -> 1.0.1
This commit is contained in:
Sebastián Mancilla 2024-08-22 22:10:48 -04:00 committed by GitHub
commit aa91fc7b18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "vt-cli";
version = "0.10.2";
version = "1.0.1";
src = fetchFromGitHub {
owner = "VirusTotal";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-qwfrNm6XfoOtlpAI2aAaoivkp3Xsw9LnVtwnZ1wXGUs=";
hash = "sha256-NB5eo+6IwIxhQX1lwJzPOZ0pSeFVo7LYIEEmDqE4A7Y=";
};
vendorHash = "sha256-XN6dJpoJe9nJn+Tr9SYD64LE0XFiO2vlpdyI9SrZZjQ=";
vendorHash = "sha256-s90a35fFHO8Tt7Zjf9bk1VVD2xhG1g4rKmtIuMl0bMQ=";
ldflags = [
"-X github.com/VirusTotal/vt-cli/cmd.Version=${version}"