Skip to content

Commit

Permalink
[Automated]: Update Nix Flake
Browse files Browse the repository at this point in the history
  • Loading branch information
joerdav committed May 4, 2023
1 parent df13efe commit 31c7ec7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

pkgs.buildGoModule rec {
pname = "xc";
version = "v0.3.0";
version = "v0.4.0";
subPackages = ["cmd/xc"];
src = pkgs.fetchFromGitHub {
owner = "joerdav";
repo = "xc";
rev = version;
sha256 = "e/cJ1kVFUs2chOpqu2tHsK9MBhlMx9u6mIa5uUwvVg8=";
sha256 = "pKsttrdXZQnWgJocGtyk7+qze1dpmZTclsUhwun6n8E=";
};
vendorSha256 = "hCdIO377LiXFKz0GfCmAADTPfoatk8YWzki7lVP3yLw=";
}

0 comments on commit 31c7ec7

Please sign in to comment.