1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

tfsec: 0.24.1 -> 0.25.0

This commit is contained in:
R. RyanTM 2020-08-12 21:32:57 +00:00
parent 52419cc32e
commit b286ef9ff4

View file

@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "tfsec";
version = "0.24.1";
version = "0.25.0";
src = fetchFromGitHub {
owner = "liamg";
repo = pname;
rev = "v${version}";
sha256 = "10sl3gpjvgjigkb0v35w96xm414widh0ygb6pnzgyz1ph8ilm86p";
sha256 = "06sr20zrbhyj35cyw64bk6sjj9q9lh52kc8wg1ryaimr3dc6lrn1";
};
goPackagePath = "github.com/liamg/tfsec";