lockbook: 0.9.20 -> 0.9.21 (#395643)

Co-authored-by: Parth <parth.mehrotra.cs@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-03 13:58:58 +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.20";
version = "0.9.21";
src = fetchFromGitHub {
owner = "lockbook";
repo = "lockbook";
tag = version;
hash = "sha256-nIh5xgdtaUvc5RbS24GGUHxY41lnL2xdkDs0TD/N2Gw=";
hash = "sha256-SRmfLxF78jR1a/37pU1TLM6nFpmYLRbHJzQIVQtM8/M=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-CuUg5QT1s5TJd409O9YD3A3bMNUnfY6MrCIUrzS50j8=";
cargoHash = "sha256-faqbsxXF2AjDE+FMkD1PihacPAvQlD6nkczN4QdsCeM=";
doCheck = false; # there are no cli tests
cargoBuildFlags = [