lockbook: 0.9.16 -> 0.9.17 (#376683)

Co-authored-by: Parth <parth.mehrotra.cs@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-25 22:42:02 +00:00
committed by GitHub
co-authored by Parth
+3 -3
View File
@@ -7,17 +7,17 @@
}:
rustPlatform.buildRustPackage rec {
pname = "lockbook";
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=";
doCheck = false; # there are no cli tests
cargoBuildFlags = [