gokart: 0.5.0 -> 0.5.1

This commit is contained in:
R. Ryantm
2022-09-23 15:34:53 +00:00
parent 6fcaded221
commit abbcb2470f
+2 -2
View File
@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "gokart";
version = "0.5.0";
version = "0.5.1";
src = fetchFromGitHub {
owner = "praetorian-inc";
repo = pname;
rev = "v${version}";
sha256 = "sha256-oxYlwc3FatYyaICQFZJtkH9/7zYfT2gI+R5BU7CQVkg=";
sha256 = "sha256-G1IjlJ/rmviFWy6RFfLtP+bhfYcDuB97leimU39YCoQ=";
};
vendorSha256 = "sha256-lgKYVgJlmUJ/msdIqG7EKAZuISie1lG7+VeCF/rcSlE=";