Skip to content

Commit

Permalink
Revert "[Automated]: Update Nix Flake"
Browse files Browse the repository at this point in the history
This reverts commit 48e28d6.
  • Loading branch information
joerdav committed Aug 23, 2024
1 parent 48e28d6 commit 960ff9f
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 = "v1";
version = "v0.8.4";
subPackages = [ "cmd/xc" ];
src = pkgs.fetchFromGitHub {
owner = "joerdav";
repo = "xc";
rev = version;
sha256 = "p6rXzNiDm2uBvO1MLzC5pJp/0zRNzj/snBzZI0ce62s=";
sha256 = "AttYWpqD8m+CaIaX7WVNlG507uVykIVgArLebRNEUpM=";
};
vendorHash = "sha256-EbIuktQ2rExa2DawyCamTrKRC1yXXMleRB8/pcKFY5c=";
}

0 comments on commit 960ff9f

Please sign in to comment.