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

o: 2.55.1 -> 2.56.0
This commit is contained in:
Jonas Heinrich
2022-09-13 09:42:49 +02:00
committed by GitHub
+2 -2
View File
@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "o";
version = "2.55.1";
version = "2.56.0";
src = fetchFromGitHub {
owner = "xyproto";
repo = "o";
rev = "v${version}";
hash = "sha256-owueLd6kR/bDFxKI9QOUgriH63XRsEEpIFfp5aRTSbI=";
hash = "sha256-mUd2IfTSmpRIurhQy2BI8KAuQyYmBoqpvPnEvnFRc7Y=";
};
postPatch = ''