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

orbiton: 2.68.7 -> 2.68.8 (#385268)

parents 05d617e5 789b2814
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

buildGoModule rec {
  pname = "orbiton";
  version = "2.68.7";
  version = "2.68.8";

  src = fetchFromGitHub {
    owner = "xyproto";
    repo = "orbiton";
    tag = "v${version}";
    hash = "sha256-x64sHd6d8zpOp9XWhjXkRfBqzyZWRC80QLZ8dYCgGjo=";
    hash = "sha256-EYUhiKza2zdlgigQcFwTau2graR0Re1X/zI4kEjsZyc=";
  };

  vendorHash = null;