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

Merge pull request #252798 from r-ryantm/auto-update/orbiton

orbiton: 2.63.1 -> 2.64.3
parents 46775e0e b1c6e859
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,13 +4,13 @@

buildGoModule rec {
  pname = "orbiton";
  version = "2.63.1";
  version = "2.64.3";

  src = fetchFromGitHub {
    owner = "xyproto";
    repo = "orbiton";
    rev = "v${version}";
    hash = "sha256-ZUbWptE5BckAm/14ZPGJqTbbACC9cDOUUmzzmvuNUSA=";
    hash = "sha256-mx6k6OXr3iTCD1FTC7J1fnz7Gs/GyggHXnVywuPo5BY=";
  };

  vendorHash = null;