Commit f16a6540 authored by R. RyanTM's avatar R. RyanTM
Browse files

orbiton: 2.68.6 -> 2.68.7

parent 15452015
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

buildGoModule rec {
  pname = "orbiton";
  version = "2.68.6";
  version = "2.68.7";

  src = fetchFromGitHub {
    owner = "xyproto";
    repo = "orbiton";
    tag = "v${version}";
    hash = "sha256-7h8U6Ye5Jyf0UmV/+6yHv9QBEtxYHlDBq+T09tmywnM=";
    hash = "sha256-x64sHd6d8zpOp9XWhjXkRfBqzyZWRC80QLZ8dYCgGjo=";
  };

  vendorHash = null;