lockbook-desktop: 0.9.23 -> 0.9.24 (#422581)

Co-authored-by: Parth <parth.mehrotra.cs@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-05 16:11:11 +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.23";
version = "0.9.24";
src = fetchFromGitHub {
owner = "lockbook";
repo = "lockbook";
tag = version;
hash = "sha256-1SHAlhcQFuhwiYQReVOILX2T0gufNBojuy/E/EcECNw=";
hash = "sha256-NEKmZlBw1OkikHHeohZH01/+E6bslQ6+EK0lhleI9UA=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-TAa/HuRDwRr5GBObcQwxebTiBjRrWeq52HFYT9h6Rq4=";
cargoHash = "sha256-UDidgvZlFkUrNpnwJijEQ8ib2kiou0cHKOuBnk0u704=";
nativeBuildInputs = [
pkg-config