o: 2.56.0 -> 2.57.0

This commit is contained in:
R. Ryantm 2022-10-18 00:23:40 +00:00
parent 87c6a9a57c
commit 87bc633f7d

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "o";
version = "2.56.0";
version = "2.57.0";
src = fetchFromGitHub {
owner = "xyproto";
repo = "o";
rev = "v${version}";
hash = "sha256-mUd2IfTSmpRIurhQy2BI8KAuQyYmBoqpvPnEvnFRc7Y=";
hash = "sha256-UKFquf5h1e7gRAZgtcTdEpoNv+TOC8BYb2ED26X274s=";
};
postPatch = ''