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 Mar 20, 2023
1 parent 945b55d commit 45780a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.1.181";
version = "v0.2.0";
subPackages = ["cmd/xc"];
src = pkgs.fetchFromGitHub {
owner = "joerdav";
repo = "xc";
rev = version;
sha256 = "C6qZdO6+n9BWm69y09kvnEBF45sB6bfOfmteNO2x68I=";
sha256 = "ACOi9MdsHZ7Td8pcYGj6Oy7uE/g/Mx7B+Uqw6K9hIrE=";
};
vendorSha256 = "cySflcTuAzbFZbtXmzZ98nfY8HUq1UedONTtKP4EICs=";
vendorSha256 = "YETiKG8/+DFd9paqy58YYzCKZ47cWlhnUWHjrw5CrDI=";
}

0 comments on commit 45780a6

Please sign in to comment.