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

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

xc: 0.3.0 -> 0.4.0
parents bcfcffdb c6410d50
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "xc";
  version = "0.3.0";
  version = "0.4.0";

  src = fetchFromGitHub {
    owner = "joerdav";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-e/cJ1kVFUs2chOpqu2tHsK9MBhlMx9u6mIa5uUwvVg8=";
    sha256 = "sha256-pKsttrdXZQnWgJocGtyk7+qze1dpmZTclsUhwun6n8E=";
  };

  vendorHash = "sha256-hCdIO377LiXFKz0GfCmAADTPfoatk8YWzki7lVP3yLw=";