lockbook: 0.9.21 -> 0.9.22

This commit is contained in:
R. Ryantm 2025-04-24 01:01:34 +00:00
parent 3222945627
commit 0136ac7ab9

View file

@ -7,17 +7,17 @@
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "lockbook"; pname = "lockbook";
version = "0.9.21"; version = "0.9.22";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lockbook"; owner = "lockbook";
repo = "lockbook"; repo = "lockbook";
tag = version; tag = version;
hash = "sha256-SRmfLxF78jR1a/37pU1TLM6nFpmYLRbHJzQIVQtM8/M="; hash = "sha256-akCtnPLJupoo7n3Vfyl37fjCmK4dHB0bt92rie6k0dQ=";
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-faqbsxXF2AjDE+FMkD1PihacPAvQlD6nkczN4QdsCeM="; cargoHash = "sha256-xH3GIwh3zaLbpZqvzM+KM+K14fWj241RTwUM7dWRCKA=";
doCheck = false; # there are no cli tests doCheck = false; # there are no cli tests
cargoBuildFlags = [ cargoBuildFlags = [