Skip to content

Commit

Permalink
Merge pull request NixOS#192293 from r-ryantm/auto-update/gokart
Browse files Browse the repository at this point in the history
gokart: 0.4.0 -> 0.5.0
  • Loading branch information
superherointj authored Sep 22, 2022
2 parents ae8cfc3 + 69a8546 commit c2f4baa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/gokart/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

buildGoModule rec {
pname = "gokart";
version = "0.4.0";
version = "0.5.0";

src = fetchFromGitHub {
owner = "praetorian-inc";
repo = pname;
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
doCheck = false;
Expand Down

0 comments on commit c2f4baa

Please sign in to comment.