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 10, 2023
1 parent 8e8c2b3 commit e12524a
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.0.180";
version = "v0.1.180";
subPackages = ["cmd/xc"];
src = pkgs.fetchFromGitHub {
owner = "joerdav";
repo = "xc";
rev = version;
sha256 = "LjcN6cxRehhNvJ7yi80FTF/jblB7+24nTfgLawSs0DE=";
sha256 = "nRqCNFfQAgI0WXfcX9JRSzRPnxRFjFRCwGfzqQPKw8g=";
};
vendorSha256 = "cySflcTuAzbFZbtXmzZ98nfY8HUq1UedONTtKP4EICs=";
}

0 comments on commit e12524a

Please sign in to comment.