Merge pull request #144437 from r-ryantm/auto-update/litestream

litestream: 0.3.5 -> 0.3.6
This commit is contained in:
Bobby Rong 2021-11-06 20:08:32 +08:00 committed by GitHub
commit 92b909e83d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,13 @@
}: }:
buildGoModule rec { buildGoModule rec {
pname = "litestream"; pname = "litestream";
version = "0.3.5"; version = "0.3.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "benbjohnson"; owner = "benbjohnson";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-OQ8j0FOUWU5TfCl4AZpmX5tuhtHAbrhvzT6ve6AJNn0="; sha256 = "sha256-A1okmeX3njyRXFKcXJPSV7Hg8Q/P7WqpGz2HThDdUQo=";
}; };
ldflags = [ ldflags = [