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

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

orbiton: 2.65.10 -> 2.65.11
parents 77b21cf5 1e265eb2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,13 +4,13 @@

buildGoModule rec {
  pname = "orbiton";
  version = "2.65.10";
  version = "2.65.11";

  src = fetchFromGitHub {
    owner = "xyproto";
    repo = "orbiton";
    rev = "v${version}";
    hash = "sha256-z81Xled6OFs9tKVJgUnws81C86Vle5XR85f3z96N2Gw=";
    hash = "sha256-eb7Ku1hgvYdmRgemXcEZMl53oNXYcomh4wYHpRzLTUc=";
  };

  vendorHash = null;