litestream: 0.3.11 -> 0.3.12

This commit is contained in:
R. Ryantm 2023-10-22 15:56:34 +00:00
parent 03ed4abc34
commit 6118c0b0d0

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 = [