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.
2 parents 69fadbf + fd53e99 commit d40e490Copy full SHA for d40e490
pkgs/by-name/li/libetebase/package.nix
@@ -10,17 +10,17 @@
10
}:
11
rustPlatform.buildRustPackage rec {
12
pname = "libetebase";
13
- version = "0.5.6";
+ version = "0.5.7";
14
15
src = fetchFromGitHub {
16
owner = "etesync";
17
repo = "libetebase";
18
rev = "v${version}";
19
- hash = "sha256-cXuOKfyMdk+YzDi0G8i44dyBRf4Ez5+AlCKG43BTSSU=";
+ hash = "sha256-sqvfzXHqVeiw+VKWPtCYv0USNpbfBE7ILUiqXZtLmgI=";
20
};
21
22
useFetchCargoVendor = true;
23
- cargoHash = "sha256-XPXjWhJlWW5ukZ8uN72fxW5r0gyS405puXiBtXUpqsM=";
+ cargoHash = "sha256-z3ho6hTWC6aaWTpG9huhymx2og6xQq+/r+kgiJygC9w=";
24
25
nativeBuildInputs = [ pkg-config ];
26
0 commit comments