juicefs: 1.0.3 -> 1.0.4

This commit is contained in:
R. Ryantm 2023-04-09 14:18:50 +00:00 committed by Bjørn Forsman
parent a8d81a4f22
commit a1ad820020

View file

@ -6,16 +6,16 @@
buildGoModule rec { buildGoModule rec {
pname = "juicefs"; pname = "juicefs";
version = "1.0.3"; version = "1.0.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "juicedata"; owner = "juicedata";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-zGVOodjNPH/vCIBEjXo3MTg8McybakMv7tg0Y9ahasU="; sha256 = "sha256-Bez9wwAPDyYYECDwW9CB/ACTGUJl6PW3YiipIGY0Zbo=";
}; };
vendorSha256 = "sha256-YzFGqn9r06TEMiKuuUbUkoacFpsAOPopX9MNB4mlTIM="; vendorHash = "sha256-dsKNFIXcSeYUyh1TO1h1Ze3jS97pdhn2eU9hHjTARCo=";
ldflags = [ "-s" "-w" ]; ldflags = [ "-s" "-w" ];