nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

gokart: 0.5.0 -> 0.5.1

+2 -2
+2 -2
pkgs/development/tools/gokart/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "gokart"; 8 - version = "0.5.0"; 8 + version = "0.5.1"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "praetorian-inc"; 12 12 repo = pname; 13 13 rev = "v${version}"; 14 - sha256 = "sha256-oxYlwc3FatYyaICQFZJtkH9/7zYfT2gI+R5BU7CQVkg="; 14 + sha256 = "sha256-G1IjlJ/rmviFWy6RFfLtP+bhfYcDuB97leimU39YCoQ="; 15 15 }; 16 16 17 17 vendorSha256 = "sha256-lgKYVgJlmUJ/msdIqG7EKAZuISie1lG7+VeCF/rcSlE=";