Skip to content

Commit 8648885

Browse files
committed
xc: 0.0.159 -> 0.0.175
1 parent 9533b01 commit 8648885

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/development/tools/xc/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
buildGoModule rec {
44
pname = "xc";
5-
version = "0.0.159";
5+
version = "0.0.175";
66

77
src = fetchFromGitHub {
88
owner = "joerdav";
99
repo = pname;
1010
rev = "v${version}";
11-
sha256 = "sha256-5Vw/UStMtP5CHbSCOzeD4LMJccPG34Rxw9VHc9Ut3oM=";
11+
sha256 = "sha256-Uc9MTxl32xQ7u6N0mocDAoD9tgv/YOPCzhonsavX9Vo=";
1212
};
1313

14-
vendorHash = "sha256-XDJdCh6P8ScSvxY55ExKgkgFQqmBaM9fMAjAioEQ0+s=";
14+
vendorHash = "sha256-cySflcTuAzbFZbtXmzZ98nfY8HUq1UedONTtKP4EICs=";
1515

1616
meta = with lib; {
1717
homepage = "https://xcfile.dev/";

0 commit comments

Comments
 (0)