vegeta: 12.7.0 -> 12.8.4

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2020-10-21 13:05:16 -05:00
parent 4a020671f1
commit 278d8641c8
No known key found for this signature in database
GPG key ID: 25D2038DEB08021D
2 changed files with 14 additions and 5 deletions

View file

@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "vegeta";
version = "12.7.0";
version = "12.8.4";
src = fetchFromGitHub {
owner = "tsenart";
repo = pname;
rev = "v${version}";
sha256 = "1wzx9588hjzxq65fxi1zz9xpsw33qq41hpl0j2f077g4m8yxahv5";
owner = "tsenart";
repo = pname;
rev = "v${version}";
sha256 = "0sw10k4g370c544dgw2c1sqdnxryld8lf6c1wnyknrm3zsfzn1hl";
};
goPackagePath = "github.com/tsenart/${pname}";

View file

@ -243,4 +243,13 @@
sha256 = "00wzr5w8aadipgc3rkk8f11i41znskfj9ix5nhhaxyg7isrslgcj";
};
}
{
goPackagePath = "pgregory.net/rapid";
fetch = {
type = "git";
url = "https://github.com/flyingmutant/rapid";
rev = "v0.3.3";
sha256 = "04w4dmx753b2xp5z5br5wxalgkkgag8qpbxics2gdcksqgi85vg3";
};
}
]