Merge pull request #196102 from r-ryantm/auto-update/juicefs

juicefs: 1.0.0 -> 1.0.2
This commit is contained in:
Mario Rodas 2022-10-15 05:36:03 -05:00 committed by GitHub
commit 75bac6186d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,16 +6,16 @@
buildGoModule rec { buildGoModule rec {
pname = "juicefs"; pname = "juicefs";
version = "1.0.0"; version = "1.0.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "juicedata"; owner = "juicedata";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-urhm2dnWIbzt1mSFDsmqJe61E6D6FWRUG6CJPy/ExOI="; sha256 = "sha256-JxN8p/935k+mWkGNSKrI7jCTxcGs5TcUXcmkDjwnzZg=";
}; };
vendorSha256 = "sha256-LvF/6YA/OVO2cyBM1c3YYhEjT26SVXcsepn+vglRKmE="; vendorSha256 = "sha256-rYyzy6UQQu8q+ei4GAEEq+JPhAAUvHcRpIzNts150OA=";
ldflags = [ "-s" "-w" ]; ldflags = [ "-s" "-w" ];