Unverified Commit 17b6121d authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

orbiton: 2.67.1 → 2.68.2 (#354959)

parents d067edfd 84399daa
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;