spruce: unstable-2022-02-10 -> 1.30.2

This commit is contained in:
Aaron Jheng 2023-07-08 02:18:27 +00:00
parent 0ed682c384
commit fe83b72f7d
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

View File

@ -2,17 +2,16 @@
buildGoModule rec {
pname = "spruce";
version = "unstable-2022-02-10";
version = "1.30.2";
src = fetchFromGitHub {
owner = "geofffranks";
repo = pname;
rev = "473931f33fceae90b3f5cfb7616c296343a9559b";
sha256 = "sha256-TFyWkoAKmj3KH2pqhVKMtP6QKTtu0s7H5gNP+fotUzg=";
rev = "v${version}";
hash = "sha256-flY81xiUfOyfdavhF0AyIwrB2G8N6BWltdGMT2uf9Co=";
};
deleteVendor = true;
vendorSha256 = "sha256-VeC5c/BgcxK3Qawb2QOhqtfTIgbQbrQj546zX6yPD+s=";
vendorHash = null;
meta = with lib; {
description = "A BOSH template merge tool";