Commit e49f8015 authored by R. RyanTM's avatar R. RyanTM
Browse files

orbiton: 2.71.0 -> 2.72.1

parent 3872d14c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

buildGoModule rec {
  pname = "orbiton";
  version = "2.71.0";
  version = "2.72.1";

  src = fetchFromGitHub {
    owner = "xyproto";
    repo = "orbiton";
    tag = "v${version}";
    hash = "sha256-KJqHSl5ebCLl5kiAYkG1VeGEb/TZUuF/4fnslWA6KKY=";
    hash = "sha256-tQufX7LIRrPDCid2lfKKEJjZHInVDRVmoCd1oYiSCfk=";
  };

  vendorHash = null;