Skip to content

Commit fd53e99

Browse files
committed
libetebase: 0.5.6 -> 0.5.7
1 parent 5ede0d7 commit fd53e99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/li/libetebase/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
}:
1111
rustPlatform.buildRustPackage rec {
1212
pname = "libetebase";
13-
version = "0.5.6";
13+
version = "0.5.7";
1414

1515
src = fetchFromGitHub {
1616
owner = "etesync";
1717
repo = "libetebase";
1818
rev = "v${version}";
19-
hash = "sha256-cXuOKfyMdk+YzDi0G8i44dyBRf4Ez5+AlCKG43BTSSU=";
19+
hash = "sha256-sqvfzXHqVeiw+VKWPtCYv0USNpbfBE7ILUiqXZtLmgI=";
2020
};
2121

2222
useFetchCargoVendor = true;
23-
cargoHash = "sha256-XPXjWhJlWW5ukZ8uN72fxW5r0gyS405puXiBtXUpqsM=";
23+
cargoHash = "sha256-z3ho6hTWC6aaWTpG9huhymx2og6xQq+/r+kgiJygC9w=";
2424

2525
nativeBuildInputs = [ pkg-config ];
2626

0 commit comments

Comments
 (0)