We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9533b01 commit 8648885Copy full SHA for 8648885
1 file changed
pkgs/development/tools/xc/default.nix
@@ -2,16 +2,16 @@
2
3
buildGoModule rec {
4
pname = "xc";
5
- version = "0.0.159";
+ version = "0.0.175";
6
7
src = fetchFromGitHub {
8
owner = "joerdav";
9
repo = pname;
10
rev = "v${version}";
11
- sha256 = "sha256-5Vw/UStMtP5CHbSCOzeD4LMJccPG34Rxw9VHc9Ut3oM=";
+ sha256 = "sha256-Uc9MTxl32xQ7u6N0mocDAoD9tgv/YOPCzhonsavX9Vo=";
12
};
13
14
- vendorHash = "sha256-XDJdCh6P8ScSvxY55ExKgkgFQqmBaM9fMAjAioEQ0+s=";
+ vendorHash = "sha256-cySflcTuAzbFZbtXmzZ98nfY8HUq1UedONTtKP4EICs=";
15
16
meta = with lib; {
17
homepage = "https://xcfile.dev/";
0 commit comments