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 Dec 7, 2023
1 parent ce2f209 commit 09e7548
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.5.0";
version = "v0.6.0";
subPackages = ["cmd/xc"];
src = pkgs.fetchFromGitHub {
owner = "joerdav";
repo = "xc";
rev = version;
sha256 = "cVTa2ot95Hcm+1V1QXnlxSL9OjmoQNR9nVUgW/rZhl0=";
sha256 = "0Er8MqAqKCyz928bdbYRO3D9sGZ/JJBrCXhlq9M2dEA=";
};
vendorSha256 = "J4/a4ujM7A6bDwRlLCYt/PmJf6HZUmdYcJMux/3KyUI=";
}

0 comments on commit 09e7548

Please sign in to comment.