Unverified Commit b1f87ca1 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #218178 from r-ryantm/auto-update/xc

xc: 0.0.154 -> 0.0.159
parents cbf532aa 8b5450ac
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "xc";
  version = "0.0.154";
  version = "0.0.159";

  src = fetchFromGitHub {
    owner = "joerdav";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-GJBSPO0PffGdGAHofd1crEFXJi2xqgd8Vk2/g4ff+E4=";
    sha256 = "sha256-5Vw/UStMtP5CHbSCOzeD4LMJccPG34Rxw9VHc9Ut3oM=";
  };

  vendorHash = "sha256-XDJdCh6P8ScSvxY55ExKgkgFQqmBaM9fMAjAioEQ0+s=";