Skip to content

Commit 5f8b0f4

Browse files
authored
juicefs: 1.2.2 -> 1.2.3 (#375840)
2 parents b2a4eb6 + a6a5fda commit 5f8b0f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ju/juicefs/package.nix

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

77
buildGoModule rec {
88
pname = "juicefs";
9-
version = "1.2.2";
9+
version = "1.2.3";
1010

1111
src = fetchFromGitHub {
1212
owner = "juicedata";
1313
repo = pname;
1414
rev = "v${version}";
15-
hash = "sha256-DQ3JdP1HKWORPkcP4HJ32eg6aaockZfG+FQhBJnZCFQ=";
15+
hash = "sha256-qe8uhSSLeOsr0FmgoOVeZeIpP4Bv5/Viz5N90PGdc9o=";
1616
};
1717

18-
vendorHash = "sha256-fHmLTAn4W8KMtZ1Ov4gBQTUpzHqQnipGSQs5hr1MD3w=";
18+
vendorHash = "sha256-TIcxqMMsihV3Rf8WpQM/Ct9CNs3gBKBIx6myXHfca+s=";
1919

2020
excludedPackages = [ "sdk/java/libjfs" ];
2121

0 commit comments

Comments
 (0)