Commit 86b35649 authored by R. RyanTM's avatar R. RyanTM
Browse files

spruce: 1.31.0 -> 1.31.1

parent 30de35ad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "spruce";
  version = "1.31.0";
  version = "1.31.1";

  src = fetchFromGitHub {
    owner = "geofffranks";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-7BZl3GPEuXdZptbkChlmdUkxfIkA3B3IdPFO46zejQ4=";
    hash = "sha256-wLxPHaCU0fciSIdK26dV4XOnJsp5EKKEXzgspWC1GvA=";
  };

  vendorHash = null;