spruce: 1.35.6 -> 1.35.8

This commit is contained in:
R. Ryantm
2026-06-17 10:30:47 +00:00
parent 330f74ba33
commit ebdff00a25
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule (finalAttrs: {
pname = "spruce";
version = "1.35.6";
version = "1.35.8";
src = fetchFromGitHub {
owner = "geofffranks";
repo = "spruce";
rev = "v${finalAttrs.version}";
hash = "sha256-Rk8NZ8CKK1bzwbfFrBx4I2lkAkViwVknZpuJGSAqGyA=";
hash = "sha256-aB1TRlPuWjTcXYK4X1LgLmdRlSI5xRf4OMsRQc91Wlg=";
};
vendorHash = null;