Merge pull request #196501 from r-ryantm/auto-update/o

o: 2.56.0 -> 2.57.0
This commit is contained in:
Nikolay Korotkiy
2022-10-18 12:37:29 +03:00
committed by GitHub
+2 -2
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 = ''