juicefs: 1.2.3 -> 1.3.0 (#423131)

This commit is contained in:
dish
2025-09-13 22:06:19 +00:00
committed by GitHub
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "juicefs";
version = "1.2.3";
version = "1.3.0";
src = fetchFromGitHub {
owner = "juicedata";
repo = "juicefs";
rev = "v${version}";
hash = "sha256-qe8uhSSLeOsr0FmgoOVeZeIpP4Bv5/Viz5N90PGdc9o=";
hash = "sha256-JQckOEoM40K5Tlq1Ti/vBIDdKqrtfnfy3JeJmp9K93o=";
};
vendorHash = "sha256-TIcxqMMsihV3Rf8WpQM/Ct9CNs3gBKBIx6myXHfca+s=";
vendorHash = "sha256-LE6bpFSHhIRKaGlgn8nU8leOfcNH1ruKRv3vHZu0n/s=";
excludedPackages = [ "sdk/java/libjfs" ];