Unverified Commit 84399daa authored by Nikolay Korotkiy's avatar Nikolay Korotkiy
Browse files

orbiton: 2.67.1 → 2.68.2

parent 62fa59a6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,13 +4,13 @@

buildGoModule rec {
  pname = "orbiton";
  version = "2.67.1";
  version = "2.68.2";

  src = fetchFromGitHub {
    owner = "xyproto";
    repo = "orbiton";
    rev = "v${version}";
    hash = "sha256-/5USD588kr3uB/Zs1ASKVgxH4kAWZCNBrZL7qqx49gU=";
    hash = "sha256-aCGdBG3AqD8PJHIHhie0KELQNRcD8JQfmjM2bDEjFbo=";
  };

  vendorHash = null;