spruce: 1.35.18 -> 1.35.19 (#564437)

This commit is contained in:
nixpkgs-ci[bot]
2026-09-18 12:31:18 +00:00
committed by GitHub

View File

@@ -6,13 +6,13 @@
buildGoModule (finalAttrs: {
pname = "spruce";
version = "1.35.18";
version = "1.35.19";
src = fetchFromGitHub {
owner = "geofffranks";
repo = "spruce";
rev = "v${finalAttrs.version}";
hash = "sha256-fq+7iJgSJz76KbZGFhCdT0sdswitxZwjluNOWuTUoZU=";
hash = "sha256-wlquuVTVXnlo3fWLVxUn6jkxNoiKskY/Nt2/0aBE68s=";
};
vendorHash = null;