writefreely: 0.13.1 -> 0.13.2

This commit is contained in:
R. Ryantm 2022-11-13 06:50:32 +00:00
parent 1090462258
commit da4686fe49

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "writefreely";
version = "0.13.1";
version = "0.13.2";
src = fetchFromGitHub {
owner = "writeas";
repo = pname;
rev = "v${version}";
sha256 = "sha256-qYceijC/u8G9vr7uhApWWyWD9P65pLJCTjePEvh+oXA=";
sha256 = "sha256-GnuqYgiwXdKM+os5RzuUYe9ADOhZaxou5dD7GCEE1Ns=";
};
vendorSha256 = "sha256-CBPvtc3K9hr1oEmC+yUe3kPSWx20k6eMRqoxsf3NfCE=";
vendorSha256 = "sha256-IBer+8FP+IWWJPnaugr8zzQA9mSVFzP0Nofgl/PhtzQ=";
nativeBuildInputs = [ go-bindata ];