Commit 6b2b317f authored by R. RyanTM's avatar R. RyanTM
Browse files

o: 2.58.0 -> 2.60.5

parent c29ccca1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -4,16 +4,16 @@

buildGoModule rec {
  pname = "o";
  version = "2.58.0";
  version = "2.60.5";

  src = fetchFromGitHub {
    owner = "xyproto";
    repo = "o";
    rev = "v${version}";
    hash = "sha256-oYWlciTQ/4mm/gTSQEkD/xPeLfDjIAMksjj1DVodZW4=";
    hash = "sha256-gCE4mrZXLFteZKUPDsAc1hS1I/WTns9I9oZE5bAF7fU=";
  };

  vendorSha256 = null;
  vendorHash = null;

  postPatch = lib.optionalString stdenv.isDarwin ''
    substituteInPlace Makefile \