Merge pull request #246817 from r-ryantm/auto-update/vegeta

vegeta: 12.10.0 -> 12.11.0
This commit is contained in:
Weijia Wang 2023-08-02 23:21:03 +02:00 committed by GitHub
commit 6789ab440f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,17 +5,17 @@
buildGoModule rec {
pname = "vegeta";
version = "12.10.0";
version = "12.11.0";
rev = "e04d9c0df8177e8633bff4afe7b39c2f3a9e7dea";
src = fetchFromGitHub {
owner = "tsenart";
repo = "vegeta";
rev = "v${version}";
sha256 = "sha256-lBJXMI/OVxgi4AqAFKE6cXLBagUZzUTRzvcJBr0Wh/c=";
sha256 = "sha256-dqVwz4nc+QDD5M2ajLtnoEnvaka/n6KxqCvRH63Za4g=";
};
vendorHash = "sha256-QWI2T1yJBATgCyGlR2dPbnBLn9KHQgfc30mPdMKzGsQ=";
vendorHash = "sha256-Pq8MRfwYhgk5YWEmBisBrV2F7Ztn18MdpRFZ9r/1y7A=";
subPackages = [ "." ];