Merge pull request #192293 from r-ryantm/auto-update/gokart

gokart: 0.4.0 -> 0.5.0
This commit is contained in:
superherointj 2022-09-22 00:59:21 -03:00 committed by GitHub
commit c2f4baa63e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,16 +5,16 @@
buildGoModule rec { buildGoModule rec {
pname = "gokart"; pname = "gokart";
version = "0.4.0"; version = "0.5.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "praetorian-inc"; owner = "praetorian-inc";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-HsjLNY5Z5UidsLDWSP+1bu3jrfn3oAERPrPV/AkTH8I="; sha256 = "sha256-oxYlwc3FatYyaICQFZJtkH9/7zYfT2gI+R5BU7CQVkg=";
}; };
vendorSha256 = "sha256-S3RukCKAJnPH1KGVdnkgAJQKEDTZYpcMMdoQ4OnHZVg="; vendorSha256 = "sha256-lgKYVgJlmUJ/msdIqG7EKAZuISie1lG7+VeCF/rcSlE=";
# Would need files to scan which are not shipped by the project # Would need files to scan which are not shipped by the project
doCheck = false; doCheck = false;