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

orbiton: 2.73.0 -> 2.73.1 (#503129)

parents baf905af 3f8c52b0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

buildGoModule rec {
  pname = "orbiton";
  version = "2.73.0";
  version = "2.73.1";

  src = fetchFromGitHub {
    owner = "xyproto";
    repo = "orbiton";
    tag = "v${version}";
    hash = "sha256-qPIdSsWsbJlJQKGY9AA4qJRKmYTSdXtL1/okjQogGg4=";
    hash = "sha256-C1uPpNNb3XgMqcryVtbv3fU/lqVm2E2ACpvBTK7KajI=";
  };

  vendorHash = null;