Merge pull request #227191 from r-ryantm/auto-update/xc

xc: 0.1.181 -> 0.3.0
This commit is contained in:
figsoda 2023-04-20 13:46:06 -04:00 committed by GitHub
commit 1c74273033
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "xc";
version = "0.1.181";
version = "0.3.0";
src = fetchFromGitHub {
owner = "joerdav";
repo = pname;
rev = "v${version}";
sha256 = "sha256-C6qZdO6+n9BWm69y09kvnEBF45sB6bfOfmteNO2x68I=";
sha256 = "sha256-e/cJ1kVFUs2chOpqu2tHsK9MBhlMx9u6mIa5uUwvVg8=";
};
vendorHash = "sha256-cySflcTuAzbFZbtXmzZ98nfY8HUq1UedONTtKP4EICs=";
vendorHash = "sha256-hCdIO377LiXFKz0GfCmAADTPfoatk8YWzki7lVP3yLw=";
meta = with lib; {
homepage = "https://xcfile.dev/";