mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
diesel-cli: 2.2.5 -> 2.2.6
Changelog: https://github.com/diesel-rs/diesel/releases/tag/v2.2.6
Diff: https://github.com/diesel-rs/diesel/compare/v2.2.5...v2.2.6
(cherry picked from commit f73975a6e3
)
This commit is contained in:
parent
bde883b11e
commit
ee0fac603c
1 changed files with 3 additions and 3 deletions
|
@ -27,15 +27,15 @@ assert lib.assertMsg (lib.elem true [
|
|||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "diesel-cli";
|
||||
version = "2.2.5";
|
||||
version = "2.2.6";
|
||||
|
||||
src = fetchCrate {
|
||||
inherit version;
|
||||
crateName = "diesel_cli";
|
||||
hash = "sha256-cMGSBZ2UexIvSWRI2LIXR7thKciM9+HTB4V8FWpP3ZU=";
|
||||
hash = "sha256-jKTQxlmpTlb0eITwNbnYfONknGhHsO/nzdup04ikEB0=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-Qdi9zdBiaAWS0Ao/8Z1jrb07FLE92ETd7RCMd/7J+mI=";
|
||||
cargoHash = "sha256-+QbCPHczxCkDOFo/PDFTK0xReCWoz8AiLNwXA3aG9N0=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
installShellFiles
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue