lockbook-desktop: 0.9.16 -> 0.9.17 (#376681)

Co-authored-by: Parth <parth.mehrotra.cs@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-25 22:40:24 +00:00
committed by GitHub
co-authored by Parth
+3 -3
View File
@@ -18,17 +18,17 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "lockbook-desktop";
version = "0.9.16";
version = "0.9.17";
src = fetchFromGitHub {
owner = "lockbook";
repo = "lockbook";
tag = version;
hash = "sha256-FHD84IJ2ahxB8L75xep+TSb8e+DtUsjEyHc6P/SFi9c=";
hash = "sha256-AwzescNVsHt1bJFX+TjHtIAxZGzbpGxxb2xSx0mAVQ8=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-z00WBA/51zmqFCBX1hD3dLKvuvxQvuyvtBGrxxAr7FE=";
cargoHash = "sha256-oWcGN3WtMCC9LPmVmljXQPQap9JskSTuUTV7XFYiOGI=";
nativeBuildInputs = [
pkg-config