Skip to content

Commit

Permalink
lockbook-desktop: 0.9.15 -> 0.9.16 (#373059)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther authored Jan 14, 2025
2 parents c6ce089 + 6b5bf05 commit df3dcce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/lo/lockbook-desktop/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "lockbook-desktop";
version = "0.9.15";
version = "0.9.16";

src = fetchFromGitHub {
owner = "lockbook";
repo = "lockbook";
tag = version;
hash = "sha256-hqBjA/6MWlhVjV4m+cIcnoRTApHuzbPzivMsaQHfRcc=";
hash = "sha256-FHD84IJ2ahxB8L75xep+TSb8e+DtUsjEyHc6P/SFi9c=";
};

useFetchCargoVendor = true;
cargoHash = "sha256-+M+wL26KDbLKhcujPyWAsTlXwLrQVCUbTnnu/7sXul4=";
cargoHash = "sha256-z00WBA/51zmqFCBX1hD3dLKvuvxQvuyvtBGrxxAr7FE=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit df3dcce

Please sign in to comment.