mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
lockbook: 0.9.21 -> 0.9.22
This commit is contained in:
parent
3222945627
commit
0136ac7ab9
1 changed files with 3 additions and 3 deletions
|
@ -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 = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue