Skip to content

Commit

Permalink
lockbook: 0.9.15 -> 0.9.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Parth committed Jan 11, 2025
1 parent 430e618 commit 01aa1e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/lo/lockbook/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
}:
rustPlatform.buildRustPackage rec {
pname = "lockbook";
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=";

doCheck = false; # there are no cli tests
cargoBuildFlags = [
Expand Down

0 comments on commit 01aa1e3

Please sign in to comment.