Commit 7f369461 authored by R. RyanTM's avatar R. RyanTM
Browse files

litestream: 0.3.12 -> 0.3.13

parent 2387a37f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,13 +4,13 @@
}:
buildGoModule rec {
  pname = "litestream";
  version = "0.3.12";
  version = "0.3.13";

  src = fetchFromGitHub {
    owner = "benbjohnson";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-uao8I3b38JZWpO5iM+qvV4CDxWg1ueYm7BoaW/+FOkA=";
    sha256 = "sha256-p858gK+ICKDQ+/LUiBaxF/kfrZzQAXnYMZDFU8kNCJ4=";
  };

  ldflags = [