Merge pull request #256236 from r-ryantm/auto-update/spruce

spruce: 1.30.2 -> 1.31.0
This commit is contained in:
Nick Cao 2023-09-20 09:13:39 -04:00 committed by GitHub
commit ff71d13538
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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