We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66292a4 commit a6a5fdaCopy full SHA for a6a5fda
pkgs/by-name/ju/juicefs/package.nix
@@ -6,16 +6,16 @@
6
7
buildGoModule rec {
8
pname = "juicefs";
9
- version = "1.2.2";
+ version = "1.2.3";
10
11
src = fetchFromGitHub {
12
owner = "juicedata";
13
repo = pname;
14
rev = "v${version}";
15
- hash = "sha256-DQ3JdP1HKWORPkcP4HJ32eg6aaockZfG+FQhBJnZCFQ=";
+ hash = "sha256-qe8uhSSLeOsr0FmgoOVeZeIpP4Bv5/Viz5N90PGdc9o=";
16
};
17
18
- vendorHash = "sha256-fHmLTAn4W8KMtZ1Ov4gBQTUpzHqQnipGSQs5hr1MD3w=";
+ vendorHash = "sha256-TIcxqMMsihV3Rf8WpQM/Ct9CNs3gBKBIx6myXHfca+s=";
19
20
excludedPackages = [ "sdk/java/libjfs" ];
21
0 commit comments