spruce: 1.31.0 -> 1.31.1

This commit is contained in:
R. Ryantm 2024-08-15 00:52:44 +00:00
parent 30de35ad01
commit 86b356494a

View File

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "spruce"; pname = "spruce";
version = "1.31.0"; version = "1.31.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "geofffranks"; owner = "geofffranks";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-7BZl3GPEuXdZptbkChlmdUkxfIkA3B3IdPFO46zejQ4="; hash = "sha256-wLxPHaCU0fciSIdK26dV4XOnJsp5EKKEXzgspWC1GvA=";
}; };
vendorHash = null; vendorHash = null;