spruce: 1.35.8 -> 1.35.9

This commit is contained in:
R. Ryantm
2026-06-26 03:48:02 +00:00
parent 19e056881c
commit 3c227d77da
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule (finalAttrs: {
pname = "spruce";
version = "1.35.8";
version = "1.35.9";
src = fetchFromGitHub {
owner = "geofffranks";
repo = "spruce";
rev = "v${finalAttrs.version}";
hash = "sha256-aB1TRlPuWjTcXYK4X1LgLmdRlSI5xRf4OMsRQc91Wlg=";
hash = "sha256-WxFheR0p2rAniXGwM703vPpOem5a8wJ1r/dBgqOwXDQ=";
};
vendorHash = null;