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 5, 2023
1 parent 72f8c2a commit c87eea6
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.4.0";
version = "v0.4.1";
subPackages = ["cmd/xc"];
src = pkgs.fetchFromGitHub {
owner = "joerdav";
repo = "xc";
rev = version;
sha256 = "pKsttrdXZQnWgJocGtyk7+qze1dpmZTclsUhwun6n8E=";
sha256 = "Dc7MVn9hF2HtXqMvWQ5UsLQW5ZKcFKt7AHcXdiWDs1I=";
};
vendorSha256 = "hCdIO377LiXFKz0GfCmAADTPfoatk8YWzki7lVP3yLw=";
}

0 comments on commit c87eea6

Please sign in to comment.