spruce: 1.35.15 -> 1.35.17 (#553893)

This commit is contained in:
nixpkgs-ci[bot]
2026-08-18 13:35:47 +00:00
committed by GitHub

View File

@@ -6,13 +6,13 @@
buildGoModule (finalAttrs: {
pname = "spruce";
version = "1.35.15";
version = "1.35.17";
src = fetchFromGitHub {
owner = "geofffranks";
repo = "spruce";
rev = "v${finalAttrs.version}";
hash = "sha256-JzHLdKafvqcmolDO6To4R3xtvyctxVTe1h65GUEsO/o=";
hash = "sha256-n0rmK9UFMzLkvwREQE7iUPDC7WUO7uEAGiC+y8YkNTk=";
};
vendorHash = null;