spruce: 1.29.0 -> unstable-2022-02-10
Update to use go117 Had to upstream some fixes to the main repo (and the vendor folder still didn't work - a little confused).
This commit is contained in:
parent
58efe0a6a6
commit
cf2c022aac
@ -2,17 +2,17 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "spruce";
|
||||
version = "1.29.0";
|
||||
version = "unstable-2022-02-10";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "geofffranks";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-HjJWiBYd1YFDZ+XOFcU2Df6bmKFBwVQ6YbiZv1IVN3A=";
|
||||
rev = "473931f33fceae90b3f5cfb7616c296343a9559b";
|
||||
sha256 = "sha256-TFyWkoAKmj3KH2pqhVKMtP6QKTtu0s7H5gNP+fotUzg=";
|
||||
};
|
||||
|
||||
deleteVendor = true;
|
||||
vendorSha256 = "sha256-67PGSW3wV8i3mAt3rCuWbFmeOe+QhHXn2rTUmeN6YMA=";
|
||||
vendorSha256 = "sha256-VeC5c/BgcxK3Qawb2QOhqtfTIgbQbrQj546zX6yPD+s=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "A BOSH template merge tool";
|
||||
|
@ -15545,9 +15545,7 @@ with pkgs;
|
||||
|
||||
spooles = callPackage ../development/libraries/science/math/spooles {};
|
||||
|
||||
spruce = callPackage ../development/tools/misc/spruce {
|
||||
buildGoModule = buildGo116Module;
|
||||
};
|
||||
spruce = callPackage ../development/tools/misc/spruce {};
|
||||
|
||||
sqlcheck = callPackage ../development/tools/database/sqlcheck { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user