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

litestream: 0.3.11 -> 0.3.12
This commit is contained in:
Nick Cao 2023-10-23 08:46:43 -04:00 committed by GitHub
commit 28d75ff393
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,13 @@
}:
buildGoModule rec {
pname = "litestream";
version = "0.3.11";
version = "0.3.12";
src = fetchFromGitHub {
owner = "benbjohnson";
repo = pname;
rev = "v${version}";
sha256 = "sha256-03gGGx8RZEK2RrToN30gkIlHss/e3UcSi3AmMh9twDU=";
sha256 = "sha256-uao8I3b38JZWpO5iM+qvV4CDxWg1ueYm7BoaW/+FOkA=";
};
ldflags = [